-
Notifications
You must be signed in to change notification settings - Fork 0
Cleanup #14
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
Cleanup #14
Conversation
…b Copilot resources - Created a new prompt for generating AGENTS.md files with detailed guidelines and examples. - Added a prompt for creating comprehensive README.md files inspired by existing projects. - Introduced prompts for suggesting relevant GitHub Copilot Custom Agents, Chat Modes, Collections, Instructions, and Prompts based on the current repository context. - Each prompt includes a structured process for analysis, output format, and requirements to ensure effective integration with existing resources.
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 pull request adds extensive documentation and instruction files for GitHub Copilot integration, including:
- New source code organization documentation
- DevOps and container management updates
- Multiple GitHub Copilot prompt and instruction files for various technologies (Azure, Terraform, Power Platform, React, PowerShell, SQL, etc.)
- WireMock folder structure documentation
Reviewed Changes
Copilot reviewed 50 out of 53 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| src/readme.md | New documentation for source code organization |
| devops/readme.md | Updated to simplify "Reusable Manifests" to "Manifests" |
| devops/manifest/readme.md | Updated title and description to remove "Reusable" prefix |
| containers/readme.md | Enhanced Docker setup instructions with helper script reference |
| containers/mappings/readme.md | New WireMock mappings documentation |
| containers/extensions/readme.md | New WireMock extensions documentation (duplicate content) |
| containers/__files/readme.md | New WireMock files documentation (duplicate content) |
| CONTRIBUTING.md | Comprehensive contribution guidelines |
| .vsconfig | Removed SonarLint extension |
| .vscode/settings.json | Fixed indentation |
| Multiple .github/prompts/*.prompt.md | New Copilot prompt files for various workflows |
| Multiple .github/instructions/*.instructions.md | New Copilot instruction files for technology stacks |
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
Copilot reviewed 53 out of 56 changed files in this pull request and generated no new comments.
This pull request adds three new agent and chatmode configuration files to the
.githubdirectory, introducing specialized automation and guidance for security remediation, Terraform infrastructure management, and structured workflow execution. Each file provides detailed instructions, required workflows, and best practices for its respective domain.Agent and Chatmode Additions
.github/agents/terraform.agent.mdwith comprehensive guidelines for generating, validating, and managing Terraform code and HCP Terraform workflows. It covers version resolution, registry search priorities, file and directory structure standards, formatting rules, security checks, workspace/run management, and an explicit checklist for generated code..github/agents/jfrog-sec.agent.mdoutlining a strict workflow for automated security remediation using only JFrog MCP tools. The agent enforces policy-compliant dependency upgrades and code resilience improvements, with mandatory documentation of security checks and remediation steps.Chatmode Enhancements
.github/chatmodes/blueprint-mode-codex.chatmode.md, describing a senior engineer persona that executes structured workflows with a focus on correctness, reproducibility, and minimal tool usage. The mode enforces strict conventions, parallelizes tool operations, and provides concise, actionable solutions with confidence-based communication..github/chatmodes/azure-logic-apps-expert.chatmode.mdfor expert guidance on Azure Logic Apps development, emphasizing Workflow Definition Language, integration patterns, automation architecture, and best practices. Responses are structured to include documentation references, technical overviews, implementation examples, and architectural advice.