-
Notifications
You must be signed in to change notification settings - Fork 3
Testing CCRA #10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: no_dotnet
Are you sure you want to change the base?
Testing CCRA #10
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds a comprehensive testing and demonstration environment for GitHub Copilot, including new utility scripts, documentation, configuration files, and a complete .NET task management application with tests.
Key Changes
- Added Python utility scripts for analyzing BofA EMU data and searching JSON files
- Created extensive documentation covering Copilot features, adoption strategies, and value metrics
- Implemented a complete .NET 8 task management web application with multiple service implementations
- Added comprehensive test coverage using Xunit for the .NET application
- Introduced Copilot configuration files including custom instructions, prompts, and agents
Reviewed Changes
Copilot reviewed 38 out of 41 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
| scripts/report_bofa_emu_versions.py | New script for parsing and reporting IDE/extension versions from CSV data |
| scripts/find_json_string.py | New utility for searching JSON files with regex support |
| python/sql.py | Removed trailing whitespace |
| python/calculator.py | New basic calculator class with arithmetic operations |
| docs/VALUE.md | New documentation on measuring Copilot's value with metrics |
| docs/Code-Reference-Example.md | New examples of code citations from various repositories |
| docs/COPILOT_FEATURE_DECISION_TREE.mmd | New flowchart for choosing appropriate Copilot features |
| docs/COMPARISON.md | New placeholder for Copilot advantages |
| docs/ADOPTION.md | New placeholder for adoption strategies |
| diag.mmd | New COBOL business logic diagram |
| cobol/CUSTPROC.cbl | New COBOL customer processing program |
| README.md | Significant updates to Copilot demo instructions and examples |
| OLD_README.md | Removed deprecated README content |
| DotnetApp/* | New .NET 8 task management application with HTML frontend |
| DotnetApp.Tests/* | New comprehensive test suite using Xunit |
| .github/prompts/* | New prompt files for various Copilot workflows |
| .github/instructions/* | New language-specific instruction files |
| .github/copilot-instructions.md | New general Copilot instructions |
| .github/chatmodes/* | New custom chat modes for planning and PRD creation |
| .github/agents/* | New custom agent definitions |
.github/prompts/react.prompt.md
Outdated
| @@ -0,0 +1,2 @@ | |||
| Always start responses about React with a simley face. | |||
Copilot
AI
Nov 18, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Corrected spelling of 'simley' to 'smiley'.
| Always start responses about React with a simley face. | |
| Always start responses about React with a smiley face. |
|



No description provided.