.cursor/skills/code-reviewer/SKILL.md
Review code changes for correctness, security, project conventions, and maintainability. Use when reviewing a diff, before commit, or when the user asks for a code review.
npx skillsauth add pbuckles22/URLAutoRefresher code-reviewerInstall 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.
Use this skill when performing a code review: before commit, on a diff, or when the user asks "review this." Focus on actionable feedback with line references and concrete fixes.
main. Session handoffs are local (HANDOFF-*.md gitignored). Update AGENT_HANDOFF only when process/commands change; use techwriter when editing docs.| Area | Check | |------|--------| | Correctness | Logic correct; null/empty/edge cases handled. | | Secrets & data | No API keys or secrets in repo; no sensitive data logged. | | Conventions | Matches DEV_GUIDE; tests present for new behavior. | | Tests | Project test suite green (or skip documented). | | Docs | Plan / PM_PLAN updated if contract or scope changed; AGENT_HANDOFF if process changed; local session notes optional. | | Maintainability | Clear names; functions testable and understandable. |
tools
Match UI graphics to reference examples (examples/ screenshots and specs). Use when drawing or changing visuals so the result matches the examples without back-and-forth.
content-media
UI/UX review and alignment. Use when writing or reviewing screens, animations, haptics, layout, or design tokens; or when adding/changing UX to match project requirements and accessibility.
testing
Black-box tests, test-first for core logic, and continuous test runs. Use when adding or changing tests or app logic. Run your project’s test command after changes; keep suite green.
development
Creates and edits project documentation for both public and internal audiences. Use when writing or updating README.md, AGENT_HANDOFF (or AGENTS.md), CONTRIBUTING, or internal docs (e.g. PM_PLAN, DEV_GUIDE, TEST_TDD, DESIGN_SYSTEM). Covers structure, tone, and what to include for each doc type.