원클릭으로
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.