ワンクリックで
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 職業分類に基づく
| 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.
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.