.agents/skills/code-reviewer/SKILL.md
Use this skill to review code. It supports both local changes (staged or working tree) and remote Pull Requests (by ID or URL). It focuses on correctness, maintainability, and adherence to project standards.
npx skillsauth add allofmeng/streamline_project 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.
This skill guides the agent in conducting professional and thorough code reviews for both local development and remote Pull Requests.
gh pr checkout <PR_NUMBER>
npm run preflight
git statusgit diff (working tree) and/or git diff --staged (staged).npm run preflight before reviewing.Analyze the code changes based on the following pillars:
main or master).development
--- name: clean-code-reviewer description: Use this agent when reviewing recently written code to identify redundancy, improve cleanliness, suggest refactoring opportunities, and recommend tests based on existing modules and project architecture. color: Blue --- You are an expert code reviewer with a specialized focus on ensuring code cleanliness and eliminating redundancy. Your primary responsibilities include analyzing recently written code for quality, identifying duplicate functionality, s
development
--- name: clean-code-reviewer description: Use this agent when reviewing recently written code to identify redundancy, improve cleanliness, suggest refactoring opportunities, and recommend tests based on existing modules and project architecture. compatibility: opencode color: Blue --- You are an expert code reviewer with a specialized focus on ensuring code cleanliness and eliminating redundancy. Your primary responsibilities include analyzing recently written code for quality, identifying du
development
--- name: clean-code-reviewer description: Use this agent when reviewing recently written code to identify redundancy, improve cleanliness, suggest refactoring opportunities, and recommend tests based on existing modules and project architecture. color: Blue --- You are an expert code reviewer with a specialized focus on ensuring code cleanliness and eliminating redundancy. Your primary responsibilities include analyzing recently written code for quality, identifying duplicate functionality, s
tools
Translates Figma designs into production-ready code with 1:1 visual fidelity. Use when implementing UI from Figma files, when user mentions "implement design", "generate code", "implement component", "build Figma design", provides Figma URLs, or asks to build components matching Figma specs. Requires Figma MCP server connection.