- Home
- /
- Categories
- /
- Code Review
Code Review
Automated code review and analysis
openai-yeet
by trailofbits
Use only when the user explicitly asks to stage, commit, push, and open a GitHub pull request
compliance-audit
by WellApp-ai
Audit Value Delivery compliance after PR push
base
by alinaqi
Universal coding patterns, constraints, TDD workflow, atomic todos
pr-threshold
by WellApp-ai
Track commit accumulation and trigger PR when thresholds crossed
openai-doc
by trailofbits
Use when the task involves reading, creating, or editing .docx documents, especially when
codex-review
by alinaqi
OpenAI Codex CLI code review with GPT-5.2-Codex, CI/CD integration
verify-quality
by telagod
代码质量校验关卡。检测复杂度、重复代码、命名规范、函数长度等质量指标。当魔尊提到代码质量、复杂度检查、代码异味、重构建议、lint检查、代码规范时使用。在复杂模块、重构完成时自动触发。
account-maintenance
by JoelLewis
"Account maintenance operations: address changes, beneficiary updates, re-registration, cost basis management, account restrictions, standing instructions, and lifecycle changes."
architecture-decision-record
by yonatangross
Use this skill when documenting significant architectural decisions. Provides ADR templates following the Nygard format with sections for context, decision, consequences, and alternatives. Use when writing ADRs, recording decisions, or evaluating options.
git-workflow
by yonatangross
Complete git workflow patterns including GitHub Flow branching, atomic commits with interactive staging, merge and rebase strategies, and recovery operations using reflog. Essential patterns for clean history. Use when managing branches, defining branching strategy, or recovering git history.
resolve-checks
by flowglad
Resolve all failing CI checks and address PR review feedback on the current branch's PR. Runs tests locally, fixes failures, incorporates valid review comments, and resolves addressed feedback. Use when CI is red, after receiving PR feedback, or before merging.
contextual-review
by flowglad
Review pull requests for code quality, security vulnerabilities, best practices, and potential issues. Use when reviewing PRs, examining diffs, or providing code review feedback.
yao-meta-skill
by yaojingang
Create, refactor, evaluate, and package agent skills from workflows, prompts, transcripts, docs, or notes. Use when asked to create a skill, turn a repeated process into a reusable skill, improve an existing skill, add evals, or package a skill for team reuse.
next-upgrade
by vercel-labs
Upgrade Next.js to the latest version following official migration guides and codemods
Final Review - Comprehensive PR Review & Testing
by nicknisi
Be honest: "This pass was substantial - I'd recommend one more review" or "Changes were minimal - ready to merge"
agent-teams
by alinaqi
Claude Code Agent Teams - default team-based development with strict TDD pipeline enforcement
contrast-checker
by AccessLint
Color contrast analyzer for WCAG compliance. Use when analyzing color contrast in code files, when user mentions WCAG compliance, color accessibility, contrast ratios, or when discussing colors in UI components. Calculates contrast ratios, identifies violations, and suggests accessible color alternatives that preserve design themes.
test-coverage
by luongnv89
Expand unit test coverage by targeting untested branches and edge cases. Use when users ask to "increase test coverage", "add more tests", "expand unit tests", "cover edge cases", "improve test coverage", or want to identify and fill gaps in existing test suites. Adapts to project's testing framework.
analyzing-code-security
by bitwarden
This skill should be used when the user asks to "analyze code for security issues", "check for OWASP vulnerabilities", "review code against CWE Top 25", "find injection vulnerabilities", "do a security code review", or needs manual security analysis against OWASP Top 10, API Top 10, Mobile Top 10, or CWE/SANS frameworks.
avoiding-false-positives
by bitwarden
Use this skill when validating ANY potential code review finding. Apply BEFORE classifying to verify the finding is real; can you trace incorrect behavior, is it handled elsewhere, and are you certain about framework semantics? If any answer is no, DO NOT create the finding.
quality-gates
by yonatangross
Use when assessing task complexity, before starting complex tasks, when stuck after multiple attempts, or reviewing code against best practices. Provides quality-gates scoring (1-5), escalation workflows, and pattern library management.
github-operations
by yonatangross
GitHub CLI operations for issues, PRs, milestones, and Projects v2. Covers gh commands, REST API patterns, and automation scripts. Use when managing GitHub issues, PRs, milestones, or Projects with gh.
commit
by yonatangross
"Creates commits with conventional format and validation. Use when committing changes or generating commit messages."
audit-full
by yonatangross
"Full-codebase audit using 1M context window. Security, architecture, and dependency analysis in a single pass. Use when you need whole-project analysis."