deepresearch/.claude/skills/code-review/SKILL.md
Use this skill when user asks to "review code", "check for issues", "analyze code quality", "find bugs", or wants feedback on code implementation.
npx skillsauth add 21pounder/terminalagent code-reviewInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
4 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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:
development
Intelligent web scraper with content extraction, multiple output formats, and error handling
tools
Comprehensive PDF manipulation toolkit for extracting text and tables, creating new PDFs, merging/splitting documents, and handling forms. When Claude needs to fill in a PDF form or programmatically process, generate, or analyze PDF documents at scale.
tools
Use this skill when user asks to "commit changes", "create a commit", "stage and commit", or wants help with git commit workflow.
development
Conduct comprehensive deep research on any topic using Dify-powered workflow - searches documentation, academic papers, tutorials, APIs, best practices, and returns structured analysis with insights.