Review locally captured corrections to agent edits and propose reusable repository guidance. Use when asked to review agent corrections, learn from feedback, inspect pending correction events, or improve future agent edits from prior feedback.
73
91%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Review locally captured corrections and propose maintainable repository guidance.
node .github/hooks/track-agent-feedback.js pending.For each event, classify it as one of:
Correlate chat events with related local-edit events. If a chat request and a diff describe the same correction, treat them as one signal. Combine repeated signals across sessions into one candidate rule.
Plan adjustments become reusable guidance only when they express a durable workflow preference. Do not generalize task-specific changes in scope, sequencing, or implementation.
Read the relevant existing customization before proposing a change:
.github/instructions/docs-writing.instructions.md for docs/, api/, and remote/..github/instructions/blog-writing.instructions.md for blogs/..github/instructions/release-notes-writing.instructions.md for release-notes/..github/copilot-instructions.md only for a repository-wide agent workflow rule.Do not propose a new rule when existing guidance already covers the correction. In that case, identify the existing rule and recommend no instruction edit.
Present a concise proposal with:
Do not edit tracked files yet. Ask the writer to approve, reject, or defer the proposed changes. Stop and wait for explicit approval.
After approval:
node .github/hooks/track-agent-feedback.js acknowledge <event-id> [...] only for events represented by an applied change.node .github/hooks/track-agent-feedback.js dismiss <event-id> [...] only for events the writer explicitly rejected as non-reusable.node .github/hooks/track-agent-feedback.js defer <event-id> [...] for events the writer wants to revisit.193d3e4
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.