Review work light
Skill jukrap/ai-agent-playbook/skills/quality/review-work-light
Reusable AI agent skills, project templates, and guardrails for safer software maintenance and delivery.
npx -y skills add jukrap/ai-agent-playbook --skill review-work-lightAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Use when doing a lightweight review of recent implementation work, local diffs, or a completed change before handoff without starting a blocking multi-agent review process.
SKILL.md
0.9 KB, 149 tokens by cl100k_base, as published. Nobody here has run it
Review Work Light
Review the change for likely misses before handoff.
Workflow
- Inspect the current diff, touched files, and relevant tests or docs.
- Review behavior first: regressions, edge cases, data contracts, state transitions, errors, and cleanup safety.
- Review maintainability second: duplication or clone cues, naming, local style, documentation drift, and overbroad changes.
- Check whether the verification evidence matches the risk of the change, especially for shared code or generated signals.
- Report findings first. If there are no findings, state remaining test gaps or residual risk.
Reference
Read references/review-work-light-checklist.md for review angles and output guidance.