一键导入
code-review
Code review checklist - use for checking Python code quality, bugs, security issues, and best practices
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Code review checklist - use for checking Python code quality, bugs, security issues, and best practices
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Firecrawl gives AI agents and apps fast, reliable web context with strong search, scraping, and interaction tools. One install command sets up three skill segments: live CLI tools, app-integration build skills, and outcome-focused workflow skills. Route the reader to the right usage path after install.
Generate conventional commit messages - use when creating commits, writing commit messages, or asking for git commit help.
Create a decision history record in the history/ directory. Use before writing any implementation code for a new feature, architecture change, or significant technical decision.
Full development workflow from planning through deployment for AI Agent features. Use when developing new features, making significant architecture changes, or starting work on any non-trivial implementation.
Test execution workflow - run unit tests, linting, and type checking. Use when verifying code quality, running the full test suite, or checking before a commit.
Code review checklist - use for checking Python code quality, bugs, security issues, and best practices. Use when a user asks for a code review, needs to assess whether a change is safe to merge, or needs to review AI-agent code for production risk.
| name | code-review |
| description | Code review checklist - use for checking Python code quality, bugs, security issues, and best practices |
Apply this checklist when reviewing code, with emphasis on bugs, risks, regressions, security, and missing tests.
Use this skill when:
Present findings in severity order. Findings are the primary output, not a generic checklist dump.
Use this structure:
## Code Review: [filename]
### Critical Issues
- [ISSUE] Description with file/line reference and impact
### High Priority
- [ISSUE] Description with file/line reference and impact
### Medium Priority
- [ISSUE] Description with file/line reference and impact
### Open Questions
- [QUESTION] Assumption, ambiguity, or missing context
### Summary
- [X] critical, [Y] high, [Z] medium issues found
If no issues are found, state that explicitly and mention any residual risks or testing gaps.