From pr-audit-template
Given a structured tool-call list from transcript-parse, identify the top sources of wasted calls — re-reads of the same file, retried commands that failed repeatedly, subagent dispatches that returned nothing useful, monitor loops that fired without acting on output. Output a ranked list of findings with impact scores.
How this skill is triggered — by the user, by Claude, or both
Slash command
/pr-audit-template:waste-analyzeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- After transcript-parse produces a tool-call list for a merged PR
SCAFFOLD ONLY — implementation lands in OAUDIT3.
Read tool, same path, same offset, more than 2× per sessionBash calls with non-zero exit on similar commandsAgent calls whose return value wasn't quoted, edited, or otherwise usedMonitor events that fired but didn't trigger a subsequent tool call within 60sEach heuristic produces a finding with an impact score derived from the call's latency × redundancy count.
plugins/platform-engineering/skills/citations-tests-outcomes/SKILL.md — outcome disciplinenpx claudepluginhub subagentceo/knowledge-engineering --plugin pr-audit-templateGuides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.
Dispatches multiple subagents concurrently for independent tasks without shared state. Use when facing 2+ unrelated failures or subsystems that can be investigated in parallel.