Help us improve
Share bugs, ideas, or general feedback.
From pr-audit-template
Given a ranked-findings list from waste-analyze, render a standardized PR follow-up body + N issue bodies (default 3) using a handlebars-style template. Each issue is actionable — names the wasteful pattern, quantifies impact, and suggests a concrete fix or workflow change.
npx claudepluginhub subagentceo/knowledge-engineering --plugin pr-audit-templateHow this skill is triggered — by the user, by Claude, or both
Slash command
/pr-audit-template:pr-audit-bodyThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- After waste-analyze produces ranked findings for a merged PR
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Explores codebases via GitNexus: discover repos, query execution flows, trace processes, inspect symbol callers/callees, and review architecture.
Share bugs, ideas, or general feedback.
SCAFFOLD ONLY — implementation lands in OAUDIT4.
# Audit follow-up: PR #<merged-pr>
**Session ID:** <session-uuid>
**Merged at:** <iso-timestamp>
**Total tool calls during PR work:** <count>
**Total wall-clock minutes:** <duration>
**Throughput:** <calls/min>
## Top <N> findings
[N rows from waste-analyze ranked output]
## Linked issues
- <#issue-1> — <finding-1 title>
- <#issue-2> — <finding-2 title>
- <#issue-3> — <finding-3 title>
## Next iteration
[Concrete proposal: workflow change / new skill / lint rule / etc.]
# <finding title>
**Source PR:** #<merged-pr>
**Pattern:** <heuristic name from waste-analyze>
**Impact score:** <score>
**Wasted tool calls:** <count>
**Wasted seconds:** <seconds>
## Evidence
[Specific call signatures + timestamps from transcript-parse]
## Proposed fix
[Concrete change — usually a hook, lint, or skill update]
plugins/platform-engineering/skills/citations-tests-outcomes/SKILL.md