Claude Code Skills·Claude Skills·The open SKILL.md registry for Claude
ClaudSkillsEngineering › Code Quality

Code Quality

771 Claude Code skills in the Code Quality sub-category of Engineering.

771 skills · updated 2026-06-11 · showing 1–60 of 771 by quality score

For the full experience including quality scoring and one-click install features for each skill — upgrade to Pro.

Auto-fix issues found by code review in REVIEW.md. Spawns fixer agent, commits each fix atomically, produces REVIEW-FIX.md summary.
Effectue une revue de code approfondie en 3 passes successives pour optimiser et améliorer le code. Utiliser après les tests, quand on veut améliorer la qualité du code, ou avant…
Use Codemod CLI whenever the user wants to migrate, upgrade, update, or refactor a codebase in a repeatable way.
TDD development with Red-Green-Refactor cycle. Use to implement a feature by writing tests BEFORE the code.
Use when the user wants to set up Draftwise, scan a codebase for an overview, trace a specific flow through the code, draft a product spec from a feature idea, draft a technical…
Use when assessing blast radius of changes, when understanding WHY code was written a certain way, when planning risky modifications, or when a refactor could have hidden side…
Review code for quality, security, and best practices. Use when the user asks for code review, wants feedback on their code, mentions reviewing changes, or asks about code quality.
AI-assisted UI generation patterns for json-render, v0.app, Google Stitch, Bolt Cloud, and Cursor workflows.
Full plan-to-merged-PR pipeline — 45 phases with convergence loops, Goldmask risk analysis, pre-ship validation, bot review integration, cross-model verification, and conditional…
Use when modifying existing files, refactoring, improving code quality, or touching legacy code by applying the Boy Scout Rule to leave code better than you found it.
Proactively detect and execute code refactoring to maintain DDD architecture and code quality. Triggers: RF, refactor, 重構, 拆分, split, 模組化, modularize, 太長, cleanup, 整理, clean, 優化,…
Complete code review workflow for PR/MR with multiple reviewers and automated checks. Triggers: PRW, 審查流程, review workflow, PR review, MR review, pull request, merge request,…
Simulates command execution in dry-run mode without file modifications. Sets dry_run flag, executes command with read-only constraint, then resets flag.
Inteligência de workflow para o agente axehub-harness — classifica solicitações em feature/bugfix/refactor/pesquisa e executa o fluxo correto de planejamento e delegação
Provides comprehensive code review feedback based on best practices, style guides, and potential bug detection.
Use when modifying, removing, or refactoring code that lacks test coverage. Emphasizes the danger of untested changes and the RGR workflow to add characterization tests before…
Restructures existing code to improve readability, maintainability, and performance without changing behavior.
Hyper-pedantic code review skill that emulates Monty's Django4Lyfe backend engineering philosophy and review style.
Process code review findings interactively - fix or skip issues from monty-code-review output. Presents issues in severity order, applies fixes, runs quality checks, and updates…
Full feature/refactor ceremony: brainstorm → spec → eng-review → decompose → file Epic + sub-issues. Drafty spec lives in the Epic issue body (web-UI editable); it's frozen to…
Technical debt management and prioritization. Trigger when the user wants to identify, prioritize, or plan the repayment of technical debt.
Plans large-scale refactoring campaigns across codebases. Analyzes dependency graphs, calculates blast radius, designs migration strategies, and creates incremental plans that…
Perform a behavior-preserving structural refactor that deepens a module — turning a small amount of behaviour behind a large, leaky interface into a large amount of behaviour…
Modernizes legacy scripts (bash, Node, Python) by replacing deprecated APIs, adding error handling, converting callbacks to async/await, and improving maintainability.
Maquina autonoma de construcao. Feature, refactor, UI, issue, integracao, otimizacao — recebe objetivo, entrega PR pronto.
Reestruturacao sem mudanca de comportamento. Extrair modulo, renomear em cascata, reorganizar. Cada passo com commit. Use when refactoring code structure.
Use when writing, reviewing, refactoring, or discussing Angular code. Applies the Angular Style Guide for naming, project structure, dependency injection, templates, and component…
Unified code search via ast-grep (AST structural) + ripgrep (text). TRIGGER when: searching code patterns, finding function calls, AST pattern matching, text keyword search,…
Review a PR against the top 20 Tier 2 LLM-enforceable best practices from 35 seminal software engineering books (Code Complete, Clean Code, A Philosophy of Software Design,…
Structured code review using tiered persona agents, confidence-gated findings, and a merge/dedup pipeline. Use when reviewing code changes before creating a PR.
Detect DRY violations and recommend refactoring strategies. Args: [branch | ]
Review code changes for security, performance, and correctness. Trigger with a PR URL or diff, "review this before I merge", "is this code safe?", or when checking a chan — from…
Use this skill when conducting or improving code reviews. Provides structured review processes, conventional comments patterns, language-specific checklists, and feedback…
Use when reviewing code changes for quality, security, performance, or maintainability issues and identifying simplification opportunities in a single token-efficient pass
Breaker(Claude)× Judge(Codex)の二者構造で、反例生成とテスト実行により「本当の欠陥」のみを抽出する敵対的コードレビュー。重要変更・最終ゲート・見逃したくない場面に使う。対象が PR なら確認ゲート経由で PR にレビューを投稿する。通常のレビューは /code-reviewer を使うこと。
Author, update, and validate prompts (skills, agents, subagents, workflows, commands, rules, templates, or just any generic prompt).
Read-only GitHub activity card for a named contributor on . Fetches PR authorship, code-review activity, issues, and PR/issue comments over a configurable window.
Record a technical-debt item (DEBT-NNN) — registration only by default, or register + auto-generate a fix TASK with --task.
Systematic codebase quality scan for identifying duplication, redundancy, and improvement opportunities.
Review code changes for security, performance, and correctness. Trigger with a PR URL or diff, "review this before I merge", "is this code safe?", or when checking a chan — from…
Perform holistic review of completed refactoring, validate improvements, and create follow-up tasks if needed
Snapshot a Figma frame's metadata, tokens, design-context, and screenshot to local files under `.ai-docs/figma//` so downstream agents (design-builder, design-grader, spec…
Systematically fix all failing tests after business logic changes or refactoring
Use when assessing overall project quality, onboarding onto a new codebase, or before major refactoring to establish a baseline.
Facilitates deliberate skill development during AI-assisted coding. Offers interactive learning exercises after architectural work (new files, schema changes, refactors).
Use when starting a new feature, refactor, or multi-step task - before writing any code. Use especially when scope is unclear or multiple files are involved.
Create a clean PR branch by filtering out .design/ and .planning/ commits. Code-review-ready branch for the design implementation work.
Review my code, code review, is this ready to ship, check for bugs, security audit, review this PR, pre-merge check, is this safe to deploy, check code quality.
Safety analysis before refactoring -- dependency graph, test coverage, public API exposure, blast radius verdict.
Create a detailed refactor plan with tiny commits via user interview, then file as a GitHub issue RFC.
Atomic rename of Python symbols (functions, classes, methods) or modules using the structural index. Finds all static callers, import sites, __all__ re-exports, and Sphinx…
Polish the active feature before review — code polish always; UI normalize + ship-quality pass when UI is touched.
Create, update, review, or refactor VS Code Copilot skills, hooks, and MCP configs. Use when the user wants to build or maintain reusable skills, lifecycle hooks, MCP…
Generate a PR description from the current branch's changes against a GitHub PR, using the gh CLI. Use when writing, drafting, or updating pull request descriptions, PR summaries,…
Run comprehensive code quality checks, tests, and fixes autonomously
Functionality Isolation Protocol — analyze dependencies for a file or symbol to understand the blast radius of changes.
Parallel 3-reviewer code review: Security, Business-Logic, Architecture.
Scan the codebase for common code smells using threshold-based detection: long methods, god classes, long parameter lists, deep nesting, magic numbers, data clumps, and more.
Executes automated project-wide refactoring with a focus on cross-file optimization. This skill should be used when the user asks for project-wide refactoring, cross-file…
This skill should be used when the user asks to "clean my code", "make it human readable", "make this readable", "rewrite this cleanly", "refactor this", "clean up this function",…
All Engineering skills →
More in EngineeringTesting (2,435) · Devops (2,402) · Architecture (1,769) · Backend (1,367) · Frontend (1,033) · Languages (880) · Cloud Platforms (801) · Databases (568) · Performance (516) · Mobile (378) · Observability (271) · Data Engineering (230) · Docs Engineering (197) · Workflow Orchestration (169) · ML AI Eng (144) · API Tooling (15)