|
1 | 1 | --- |
2 | | -mode: 'agent' |
| 2 | +agent: 'agent' |
| 3 | +argument-hint: 'none' |
| 4 | +name: 'copilot-setup-check' |
3 | 5 | description: 'Evaluate repository Copilot configuration and provide optimization recommendations.' |
4 | | -tools: ['codebase', 'search', 'editFiles', 'usages', 'problems', 'changes'] |
| 6 | +tools: ['search/codebase', 'search', 'usages', 'problems', 'changes'] |
5 | 7 | --- |
6 | 8 |
|
7 | 9 | <!-- Top-level section: Defines the primary task (evaluate Copilot setup) and sets expectations for comprehensive analysis and actionable recommendations. --> |
@@ -41,16 +43,13 @@ This evaluation will assess: |
41 | 43 | ### Phase 1: Core Files Assessment |
42 | 44 |
|
43 | 45 | 1. **For each file type, check existence and quality** |
44 | | - - Verify presence and structure |
45 | | - - Assess clarity of repository context |
46 | | - - Evaluate AI agent guidance completeness |
47 | | - - Check for conflicting instructions warning mechanisms |
48 | | - - Verify effectiveness of XML semantic tags reinforcing critical requirements |
49 | | - - Suggest improvements for clarity and completeness |
50 | | - - Suggest enhancements for maintainability and organization |
51 | | - - Suggest additions for missing best practices |
52 | | - - Suggest removal of redundant or conflicting content |
53 | | - - Suggest reinforcements (e.g. XML, Mermaid) for critical policies |
| 46 | + - Presence & structure |
| 47 | + - Clarity & context (includes AI agent guidance) |
| 48 | + - Conflict detection & warning mechanisms |
| 49 | + - Enforcement markers (XML semantic tags) |
| 50 | + - Improvement actions (clarity, maintainability, missing best practices) |
| 51 | + - Prune redundancies & resolve conflicts |
| 52 | + - Reinforcement opportunities (semantic tags, diagrams) |
54 | 53 |
|
55 | 54 | 2. **Evaluate .github/copilot-instructions.md** |
56 | 55 | - Verify comprehensive project methodology coverage |
|
0 commit comments