aiskillstore/code-review
Use this skill when user asks to "review code", "check for issues", "analyze code quality", "find bugs", or wants feedback on code implementation.
This is a copy. The original lives at comeonoliver/skillshub-21pounder-code-review.
npx skills add https://github.com/aiskillstore/marketplace --skill code-review
Perform thorough code review analyzing quality, potential bugs, security issues, and suggesting improvements.
{
"type": "object",
"properties": {
"target": {
"type": "string",
"description": "File path, directory, or glob pattern to review"
},
"focus": {
"type": "string",
"enum": ["general", "security", "performance", "maintainability"],
"description": "Primary focus area",
"default": "general"
}
},
"required": ["target"]
}
Provide structured review with:
User Input: "Review src/auth.ts for security issues"
Expected Behavior:
User Input: "帮我 review 一下 src/utils/ 目录的代码质量"
Expected Behavior:
Take aiskillstore/code-review from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.