You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/prompts/copilot-audit-setup.prompt.md
+21-2Lines changed: 21 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ Analyze this repository's GitHub Copilot customization and provide recommendatio
11
11
12
12
## Audit Scope
13
13
14
-
Focus area (optional): `${input:focusArea:Leave empty for full audit, or specify: instructions, agents, prompts, skills, settings}`
14
+
Focus area (optional): `${input:focusArea:Leave empty for full audit, or specify: instructions, agents, prompts, skills, hooks, MCP, plugins, toolsets, org, settings}`
15
15
16
16
## Audit Workflow
17
17
@@ -23,6 +23,7 @@ Check for existence and content of:
23
23
-`.github/copilot-instructions.md`
24
24
-`.github/instructions/*.instructions.md`
25
25
-`AGENTS.md` (root and subfolders)
26
+
-`CLAUDE.md` and `.claude/rules/*.md` when present
26
27
27
28
2.**Custom Agents**
28
29
-`.github/agents/*.agent.md`
@@ -34,7 +35,21 @@ Check for existence and content of:
34
35
4.**Agent Skills**
35
36
-`.github/skills/*/SKILL.md`
36
37
37
-
5.**Settings**
38
+
5.**Hooks**
39
+
-`.github/hooks/*.json`
40
+
- Inert examples such as `.github/hooks/*.json.example`
41
+
42
+
6.**MCP**
43
+
-`.vscode/mcp.json`
44
+
-`.vscode/mcp.example.json`
45
+
- Agent frontmatter `mcp-servers`
46
+
- Plugin `.mcp.json` / `mcpServers`
47
+
48
+
7.**Agent Plugins and Tool Sets**
49
+
-`plugin.json` / `plugin.example.json`
50
+
-`.github/toolsets/*.jsonc`
51
+
52
+
8.**Settings**
38
53
-`.vscode/settings.json`
39
54
40
55
### Step 2: Validate Existing Files
@@ -52,6 +67,10 @@ Based on project type, suggest missing customizations:
52
67
- Common workflow agents
53
68
- Repetitive task prompts
54
69
- Project knowledge skills
70
+
- MCP integrations for trusted external tools/data
71
+
- Tool sets for repeated tool bundles
72
+
- Agent plugins when a workflow should be packaged/distributed
73
+
- Organization/enterprise defaults vs repository overrides
0 commit comments