Back to tags
Tag

Agent Skills with tag: code-review

55 skills match this tag. Use tags to discover related Agent Skills and explore similar workflows.

moai-foundation-quality

Enterprise code quality orchestrator with TRUST 5 validation, proactive analysis, and automated best practices enforcement

foundationqualitytestingvalidation
modu-ai
modu-ai
603106

pr-review-common-patterns

Common patterns in PR reviews including false positives, security vulnerabilities, N+1 queries, breaking changes, and edge cases. Use when analyzing code, verifying findings, or understanding typical issues.

code-reviewpull-requestsecurity-vulnerabilitiesperformance-issues
randalmurphal
randalmurphal
0

code-reviewer

코드 리뷰, 코드리뷰, 리뷰, PR 리뷰, 검토 - Expert at reviewing code for quality, adherence to architectural principles, security, and performance. Use this to ensure code meets project standards before merging or after implementation.

code-reviewpull-requestscode-qualitysecurity
aimskr
aimskr
0

next-code-reviewer

Review code for adherence to project guidelines, style guides, and best practices. Use after writing or modifying code, before committing changes or creating pull requests.

code-reviewbest-practicesstandards-compliancepre-commit
Morriz
Morriz
0

code-review

Get quality code reviews from Claude Code - PR workflows, review prompts, checklists

claude-codepull-requestscode-reviewchecklists
hgeldenhuys
hgeldenhuys
1

git-workflows

Guide for git operations with Claude Code. Commits, PRs, code review, branch management, and best practices. Use when committing changes, creating pull requests, reviewing code, or managing branches.

gitcommitpull-requestbranch-management
hgeldenhuys
hgeldenhuys
1

code-reviewer

Use when explicitly asked to run the code-reviewer subagent or when another skill requires the code-reviewer agent card.

code-reviewagent-testingcode-qualitycode-analysis
troykelly
troykelly
1

apply-all-findings

Use after code review - implement ALL findings; any finding not fixed MUST have tracking issue created; no finding disappears without trace

code-reviewissue-trackingbugfixdeveloper-guidance
troykelly
troykelly
1

comment-analyzer

Use when asked to review code comments for accuracy/quality or explicitly asked to run the comment-analyzer subagent.

code-commentscode-reviewcomment-qualitycode-documentation
troykelly
troykelly
1

issue-driven-development

Use for any development work - the master 13-step coding process that orchestrates all other skills, ensuring GitHub issue tracking, proper branching, TDD, code review, and CI verification

issue-trackingbranching-strategytest-driven-developmentcode-review
troykelly
troykelly
1

review-scope

Use before code review - determine if change is minor (review new code only) or major (review impacted code too)

code-reviewimpact-analysischange-managementreview-scope
troykelly
troykelly
1

security-review

MANDATORY for security-sensitive code changes - OWASP-based security review with dedicated checklist, required before PR for auth, input handling, API, database, or credential code

OWASPsecurity-reviewchecklistcode-review
troykelly
troykelly
1

verification-before-merge

Use before merging PR - final gate ensuring all tests pass, review complete, CI green, and acceptance criteria verified

pull-requestCIacceptance-criteriacode-review
troykelly
troykelly
1

comprehensive-review

Use after implementing features - 7-criteria code review with MANDATORY artifact posting to GitHub issue; blocks PR creation until complete

code-reviewpull-requestsgithubdevelopment-process
troykelly
troykelly
1

receiving-code-review

Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable

code-reviewfeedbackdeveloper-guidanceclarity-adjustment
axiomantic
axiomantic
0

code-reviewer

Comprehensive multi-AI code review system for Python, JavaScript, and TypeScript. Use when reviewing code for quality, security, performance, or best practices. Includes automated analysis scripts, language-specific patterns, and AI collaboration workflows for complex decisions.

code-reviewstatic-analysiscode-qualitybest-practices
nikhillinit
nikhillinit
0

subagent-driven-development

Use when executing implementation plans with independent tasks in the current session or facing 3+ independent issues that can be investigated without shared state or dependencies - dispatches fresh subagent for each task with code review between tasks, enabling fast iteration with quality gates

subagenttask-automationquality-gatescode-review
prof-ramos
prof-ramos
0

review-implementing

Process and implement code review feedback systematically. Use when user provides reviewer comments, PR feedback, code review notes, or asks to implement suggestions from reviews.

code-reviewpull-requestfeedback-implementationdeveloper-guidance
prof-ramos
prof-ramos
0

code-reviewer

コードレビューとベストプラクティスの提案を行うスキル

code-reviewbest-practicesdeveloper-guidance
Shin0205go
Shin0205go
0

resolve-pr-comments

Resolve bot review comments (CodeRabbit, Copilot, Gemini) on GitHub PRs using subagents. Use when: (1) User asks to 'review PR comments' or 'resolve PR comments', (2) User says 'work through PR N comments' or 'handle bot comments', (3) Need to triage CodeRabbit/Copilot/Gemini review comments, (4) Processing PR feedback at scale, (5) Want to see what's already fixed vs still pending. NOT for: creating PRs, reviewing code yourself, writing new reviews. Triggers: review PR comments, resolve PR comments, work through PR comments, handle bot comments, process CodeRabbit comments, triage PR feedback, fix PR review issues, resolve bot comments, pr comment resolver.

pull-requestsbot-commentsgithubcode-review
LukasStrickler
LukasStrickler
0

code-review

コードレビューを実施するためのスキル。ユーザーがコードの品質、セキュリティ、テスト、パフォーマンス、アーキテクチャの観点からコードレビューを依頼した場合に使用します。「コードレビュー」「コードをチェック」「PRをレビュー」「このコードを確認して」などのコードレビュータスクに言及した場合にトリガーします。セキュリティ脆弱性、ロジックエラー、テスト品質、パフォーマンス問題を優先順位付けして指摘し、具体的な改善提案を行います。

code-reviewcode-qualitysecurityperformance
ks6088ts-labs
ks6088ts-labs
0

review-code

Review code against spec compliance - checks implementation matches spec requirements, identifies deviations, reports compliance score, triggers evolution if needed

spec-compliancecode-reviewcompliance-scoredeviation-detection
rhuss
rhuss
11

github-pr-resolver

Automate GitHub pull request review resolution by processing ALL review comments and fixing ALL failing CI checks. Use when: (1) A PR has review comments that need to be addressed and resolved, (2) CI/CD checks are failing and need fixes, (3) You want to process all PR feedback and mark conversations as resolved, (4) You need to iterate on PR feedback quickly. IMPORTANT: This skill processes EVERY comment - no skipping allowed. Always fetches fresh data from GitHub. The only acceptable end state is zero unresolved threads. COMMIT CADENCE: Each thread gets its own commit (fix → commit → resolve → next). Never batch commits at the end.

githubpull-requestsciautomation
BillChirico
BillChirico
1

finishing-a-development-branch

Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by verifying work is complete (tests, requirements, code review, TDD compliance) and presenting structured options for merge, PR, or cleanup

branch-managementmerge-strategycode-reviewtest-driven-development
samjhecht
samjhecht
1

receiving-code-review

Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not performative agreement or blind implementation

code-reviewdeveloper-guidancetechnical-rigorfeedback-verification
samjhecht
samjhecht
1

implement

Autonomously implement tasks from specs, plans, or issues using subagents with TDD and code review

autonomous-agentsubagentstddcode-review
samjhecht
samjhecht
1

requesting-code-review

Use when completing tasks, implementing major features, or before merging to verify work meets requirements - dispatches code-review subagent to review implementation against plan or requirements before proceeding

code-reviewimplementation-verificationrequirements-validationpre-merge-checks
samjhecht
samjhecht
1

consulting-agents

Use when you need information you don't have, expertise outside your comfort zone, or fresh eyes on code - dispatches agents to research, advise, or review. NOT for implementation delegation (see subagent-driven-development).

autonomous-agentresearchadvisingcode-review
snits
snits
12

requesting-code-review

Use when completing tasks, implementing major features, or before merging to verify work meets requirements - dispatches superpowers:code-reviewer subagent to review implementation against plan or requirements before proceeding

code-reviewimplementation-verificationquality-assurancepre-merge-check
NickCrew
NickCrew
52

subagent-driven-development

Use when executing implementation plans with independent tasks in the current session - dispatches fresh subagent for each task with code review between tasks, enabling fast iteration with quality gates

subagentstask-decompositioniterative-developmentcode-review
NickCrew
NickCrew
52

code-quality-workflow

Use when assessing or improving code quality, maintainability, performance, or security hygiene - provides workflows for analysis, code review, and systematic improvements with validation steps.

code-qualitycode-reviewperformancesecurity
NickCrew
NickCrew
52

code-review

Use when receiving code review feedback (especially if unclear or technically questionable), when completing tasks or major features requiring review before proceeding, or before making any completion/success claims. Covers three practices - receiving feedback with technical rigor over performative agreement, requesting reviews via code-reviewer subagent, and verification gates requiring evidence before any status claims. Essential for subagent-driven development, pull requests, and preventing false completion claims. | Sử dụng khi review code, đánh giá code, xem xét PR, pull request, cải thiện chất lượng code.

code-reviewpull-requestcode-qualitydeveloper-guidance
wollfoo
wollfoo
0

github

Interact with GitHub repositories, issues, pull requests, and code via the GitHub MCP server. This skill should be used when managing repositories, creating/updating files, working with issues and PRs, searching code/repos/users, creating branches, and performing code reviews. Supports all major GitHub API operations.

githubversion-controlpull-requestrepository-management
huynguyen03dev
huynguyen03dev
1

code-review

Use when receiving code review feedback (especially if unclear or technically questionable), when completing tasks or major features requiring review before proceeding, or before making any completion/success claims. Covers three practices - receiving feedback with technical rigor over performative agreement, requesting reviews via code-reviewer subagent, and verification gates requiring evidence before any status claims. Essential for subagent-driven development, pull requests, and preventing false completion claims.

code-reviewpull-requestsdeveloper-guidancequality-gates
huynguyen03dev
huynguyen03dev
1

reviewer

代码审查员,守护质量闸口。对所有部门(Backend/Frontend/SCF/Deploy)的 PR 进行安全、性能、正确性、可维护性、可观测性的系统性审查。遵循证据先行、问题分级、签发修复卡、独立克制的工程基线。适用于收到任一部门提交 PR 或需要质量把关时使用。

code-reviewquality-assuranceperformance-reviewsecurity-review
lpding888
lpding888
1

repo-clipboard

Snapshot the current directory into pseudo-XML for LLM context. Use when you need to share a repo (or a sub-tree) with Codex/LLMs, especially for code review/debugging, generating an agent-friendly “repo snapshot”, or piping context into tools like `llm` (see skill $llm-cli). Supports `.gitignore`-aware file discovery, common ignore patterns, extension filtering, regex include/exclude, optional file-list printing, line-range snippets, and writes `/tmp/repo_clipboard.{stdout,stderr}` for reuse.

repository-managementgitignorecode-reviewllm-integration
santiago-afonso
santiago-afonso
1

cl-mallet-linter

malletリンターのルールと設定を適用。コードレビュー・品質チェック時に使用

lintingcode-reviewquality-checkstatic-analysis
cxxxr
cxxxr
1

cl-coding-style

Common Lispのコーディング規約を適用。Lispコード作成・レビュー時に使用

lispcoding-stylecode-reviewcoding-standards
cxxxr
cxxxr
1

requesting-code-review

Use when you need to request a code review for a PR/MR and want a consistent review brief (context, scope, risk areas, test instructions, acceptance criteria) before merge.

pull-requestcode-reviewreview-briefdeveloper-guidance
CodingCossack
CodingCossack
2

governance

Engineering standards and code governance enforcement. Triggers during code review discussions, PR descriptions, commit preparation, and when discussing code quality. Ensures compliance with standards.md and runs audit checks. Trigger phrases include "code review", "review this", "commit", "standards", "compliance", "code quality", "best practices", "before I merge".

code-reviewcompliancestandardscode-quality
wrsmith108
wrsmith108
1

ai-pair-programming

Orchestrates a dual-AI engineering loop where a Primary AI plans and implements, while a Review AI validates and reviews, with continuous feedback for optimal code quality. Supports custom AI pairing (Claude, Codex, Gemini, etc.)

ai-assisted-codingcode-reviewfeedback-loopcustom-ai
Nam0101
Nam0101
1

gemini

Use when the user asks to run Gemini CLI for code review, plan review, or big context (>200k) processing. Ideal for comprehensive analysis requiring large context windows. Uses Gemini 3 Pro by default for state-of-the-art reasoning and coding.

gemini-clicode-reviewlarge-contextreasoning
iamladi
iamladi
1

codex-collaboration

Codex CLI integration for code review and consultation. Use when: (1) code needs review before commit, (2) need expert consultation on implementation approach, (3) debugging assistance needed. This skill provides Codex interaction patterns only - workflow orchestration is defined in project CLAUDE.md.

codexcode-reviewdebuggingconsultation
hewenyu
hewenyu
11

code-review-facilitator

Automated code review for Arduino/ESP32/RP2040 projects focusing on best practices, memory safety, and common pitfalls. Use when user wants code feedback, says "review my code", needs help improving code quality, or before finalizing a project. Generates actionable checklists and specific improvement suggestions.

code-reviewarduinoesp32rp2040
wedsamuel1230
wedsamuel1230
1

code-review

効果的なコードレビューの実施方法、レビュー観点チェックリスト、建設的なフィードバック技術、セルフレビュー手法、自動化ツール活用まで、品質とチームコラボレーションを向上させる包括的ガイド。

code-reviewdeveloper-guidancefeedbackquality-control
Gaku52
Gaku52
1

review-diffs

Performs comprehensive code review on git diffs and generates review.md with quality scores, critical issues, performance concerns, and potential bugs. Use when user requests to review changes, check code quality, analyze diffs, or validate LLM-generated code

code-qualitygitdiffcode-review
uuta
uuta
11

diff-since-my-commit

Show changes to a git branch since your last commit, filtered to only files you touched. Use when user asks to see what others changed on their branch, review changes since they last committed, or compare their work against upstream modifications. Triggers on requests like "what changed on my branch", "show me the diff since my commit", "what did others change to my files", or "review changes to my PR".

gitdiffbranch-managementcode-review
OhadRubin
OhadRubin
1

code-review

Skill for handling PR code reviews. Use when triggered by a PR review comment, review request, or when asked to review code changes. Provides workflow for reading review comments, understanding feedback, and iterating on changes.

code-reviewpull-requestsfeedbackcode-quality
letta-ai
letta-ai
0

review

Centralizes persona-driven code reviews (Fowler, Torvalds, Carmack, React core, etc.) so Claude can pick or combine expert viewpoints when the user asks for a code review or perspective-specific critique.

code-reviewpersona-switchingdeveloper-guidancecode-quality
johnlindquist
johnlindquist
0

code-review

Guide for making code reviews. Use this when asked to make code reviews, or ask to use it before committing changes.

code-reviewcode-qualitybest-practicespre-commit
maragudk
maragudk
0

Page 1 of 2 · 55 results