Add repo config audit guidance - #58
Open
FarPointer wants to merge 1 commit into
Open
Conversation
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds repo-level guidance and a new skill to standardize how configuration/workflow recommendation requests are handled by agents, ensuring audits start from the repository’s actual instruction surfaces and stay recommendation-first until explicitly asked to implement.
Changes:
- Expanded
AGENTS.mdwith guidance for recommendation-first workflows and a new section describing how repo-level instructions vs. skills should be structured. - Added a new repo-specific skill,
repo-config-audit, to audit instruction/skill/agent setup and produce evidence-backed recommendations. - Documented the new skill and its recommendation-only boundary in the skills index README.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
AGENTS.md |
Adds repo-level guidance for configuration/workflow recommendation requests and clarifies where instruction doctrine should live. |
.github/skills/repo-config-audit/SKILL.md |
Introduces a new skill defining a concrete, evidence-based audit workflow and deliverable for repo configuration advice. |
.github/skills/README.md |
Registers and explains the new repo-config-audit skill and its recommendation-first boundary. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Comment on lines
+64
to
+65
| read `AGENTS.md`, relevant `.github/instructions/*.instructions.md`, `.github/skills/`, | ||
| `.github/agents/`, and the checked-in operating docs before recommending changes. |
| 1. `AGENTS.md` | ||
| 2. Relevant `.github/instructions/*.instructions.md` | ||
| 3. `.github/skills/README.md` and any skills implicated by the request | ||
| 4. `.github/agents/` if the request mentions agents or role prompts |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
repo-config-auditskill for setup and instruction auditsTesting