skills/address-review/SKILL.md
Read and address code review findings from .scratch/reviews/ for the current branch.
npx skillsauth add MansoorMajeed/Clawd address-reviewInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
git branch --show-current
Look for the review file in .scratch/reviews/:
ls .scratch/reviews/*-$(git branch --show-current).md 2>/dev/null
If no review file exists, tell the user — there's nothing to address.
Read the review file. Present a summary to the user:
Work through findings in priority order (P1 first, then P2, then P3).
For each finding:
make checkDo NOT silently skip findings. Every finding gets a response.
After all findings are addressed, commit the fixes:
fix: address review findings — <brief summary of what changed>
Append a section at the bottom of the review file:
## Resolution (YYYY-MM-DD)
- Finding 1: Fixed — <what was done>
- Finding 2: Fixed — <what was done>
- Finding 3: Won't fix — <reason>
This closes the loop — the reviewer can check the resolution if needed.
tools
Allows to interact with web pages by performing actions such as clicking buttons, filling out forms, and navigating links. It works by remote controlling Google Chrome or Chromium browsers using the Chrome DevTools Protocol (CDP). When Claude needs to browse the web, it can use this skill to do so.
development
Update llm-context/ and CLAUDE.md to reflect recent code changes.
tools
Remote control tmux sessions for interactive CLIs (python, gdb, etc.) by sending keystrokes and scraping pane output.
development
Fetch a URL or convert a local file (PDF/DOCX/HTML/etc.) into Markdown using `uvx markitdown`, optionally it can summarize