17 lines
704 B
Markdown
17 lines
704 B
Markdown
---
|
|
name: "audit-copilot-usage"
|
|
description: "Run the local Copilot reuse audit and review candidates for promotion into the shared resource repo."
|
|
agent: "agent"
|
|
tools: [read, search, execute]
|
|
argument-hint: "days=<default 30> workspace=<optional path filter> sources=<optional csv>"
|
|
---
|
|
|
|
Run the repository audit workflow by using the shared audit script.
|
|
|
|
Requirements:
|
|
|
|
- Prefer `resources/scripts/audit-copilot-usage.sh` over ad hoc searching.
|
|
- Keep the audit itself read-only.
|
|
- Review `audit-summary.md`, `candidates-report.tsv`, `selection-manifest.tsv`, and `pattern-details/`.
|
|
- Recommend promotion only for portable resources; keep machine-specific or
|
|
repo-specific patterns in audit notes. |