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

Code Quality (Page 4 of 24)

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

1,434 skills · updated 2026-08-26 · showing 181–240 of 1,434 by quality score

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

Interactive code review for agent iterations. Captures comments, tracks resolution status, and integrates with git diffs.
Implement only after a validated/approved plan. Use for coding: small diffs, frequent tests, no refactors, stop on ambiguity.
Dead code cleanup and consolidation specialist. Use PROACTIVELY for removing unused code, duplicates, and refactoring.
Refactoring v3 — code smells, patterns, legacy code, safe refactoring, automated, IDE tools
Direct an agent through a refactor in verifiable steps with tests as the safety net, rather than one large rewrite. Use when restructuring code with agent assistance.
Capture structured run outcomes and synthesize reusable lessons for continuous improvement. Use after meaningful coding tasks, bug fixes, failed attempts, refactors, or test/debug…
Guide creation of focused single-purpose agents following the One Agent One Prompt One Purpose principle.
Refactor or optimize main code while the agent-test suite (and user tests) must stay green after every change.
Cost-tiered planning pipeline. Use when the user asks to plan a feature, refactor, migration, or fix with agentmaster, or invokes /agentmaster-plan.
Agent 오케스트레이션 상세 레퍼런스. 사용 가능 에이전트 테이블, 자동 트리거 조건, /code-review 연동 에이전트, refactor-cleaner 실행 규칙, 병렬 실행 예제 포함. 에이전트 사용 시 참조.
Delegate a coding task to the Google Antigravity CLI (`agy`) as a background implementer, then review its diff and land it yourself.
Comprehensive patterns for building AI-powered code generation tools, code assistants, automated refactoring, code review, and structured output generation using LLMs with…
Deep code scan for AI security issues — prompt injection, PII in prompts, hardcoded keys, unguarded agents.
WHEN: Deep AI-powered code analysis, multi-model code review, security scanning with Codex and Gemini WHAT: Comprehensive code review using external AI models with severity-based…
Generate codemods for large-scale code changes. Use when refactoring patterns across many files. — from majiayu000/claude-skill-registry
Behavioral guidelines to reduce common LLM coding mistakes. Use when writing, reviewing, or refactoring code to avoid overcomplication, make surgical changes, surface ass — from…
AI-powered refactoring assistant - get code improvement suggestions, refactoring patterns, and best practices. Each call charges 0.001 USDT via SkillPay.
AI SDLC code review workflow. Use when an AI assistant is asked to review a diff, PR, branch, commit, staged changes, or completed implementation against SDD requirements, tests,…
Request structured code review to catch correctness, security, performance, and readability issues. Reviews should happen early and often.
Guidelines for writing AI-friendly code. Detects semantic duplicates, context fragmentation, naming inconsistencies.
Consult prior AI war-stories before answering coding, deploy, debugging, refactoring, code-review, or framework-decision tasks.
AL/Business Central code review at gate points. Report-only by default; pass --fix to land must-fix findings and re-review once.
Pick a `ready-for-implementation` technical task from `tasks.md` and drive it through TDD for AL/Business Central.
Reshape AL/Business Central production and test code while tests stay green, via four parallel lens sub-agents then serial apply with `/al-build` between.
Govern code review for a project instead of performing it. Triggers when setting up or running Algol, defining or compiling review policy in .algol/policy.toml, routing a change…
AI-powered code review CLI từ Alibaba — phân tích git diff, comment chính xác theo dòng, tích hợp GitHub Actions / GitLab CI.
Analyzes the repository for technical debt, including outdated dependencies, dead code, duplication, and architectural inconsistencies.
Analyzes the repository for technical debt, including outdated dependencies, dead code, duplication, and architectural inconsistencies.
Use when the user challenges an existing proposal, asks whether it is the best solution, asks for a better approach, or wants second-pass review of the chosen best-standard,…
Use when the user asks how to design or implement a new feature, capability, workflow, page, API, or behavior before coding.
Use when the user asks why existing behavior is broken, incorrect, flaky, regressed, unexpected, or runtime/build behavior is failing and wants a bug-fix approach before coding.
Use when the user asks how to refactor, split modules, clarify architecture, move ownership, reduce coupling, or fix unclear state, data-flow, or component boundaries before…
Comprehensive codebase analysis methodology for existing projects. Use when onboarding to a new codebase, doing periodic health checks, or before refactoring.
Reviews and refactors Angular services so each service has one bounded responsibility such as API access, state ownership, mapping, validation, permissions, or feature…
Create modern Angular standalone components following v20+ best practices. Use for building UI components with signal-based inputs/outputs, OnPush change detection, host bindings,…
Minimal-code discipline for a lazy senior engineer - the YAGNI ladder (does it need to exist, stdlib, native platform feature, installed dependency, one line, then minimum),…
Refactor code toward clearer ports and adapters so domain or application logic is less entangled with infrastructure details.
Use when diagnosing or preventing Apex CPU time and heap size problems, including nested-loop refactors, JSON memory pressure, string work, and `Limits.getCpuTime()` checkpoints.
Reviews App Intents code for intent structure, entities, shortcuts, and parameters. Use when reviewing code with import AppIntents, @AppIntent, AppEntity, AppShortcutsProvider, or…
Apply and validate the 7 Key Principles to code - TDD, Fail Fast, Modular, Reuse, Open Source, No Debt, Excellence. Checks code compliance and suggests improvements.
Add declare(strict_types=1) and tighten PHP types on touched code without drive-by refactors.
Evaluates object-oriented designs to choose composition, inheritance, or algebraic data types. Produces decision rationales, refactoring plans, and review guardrails that reduce…
مراجعة كود عربي — راجع الكود مع فحص التعامل مع النصوص العربية وRTL والتعليقات العربية
Evidence-first codebase search using ripgrep for bounded text discovery and optional ast-grep for syntax-aware structural search.
Architecture-aware review against canonical structured YAML artifacts. Read-only workflow; no legacy prose docs.
Apple Cocoa MVC for iOS (UIKit). Use when implementing or refactoring against the default Apple sample-code pattern. Reject for production apps that will scale past 20 screens.
Refactor Code: Use when user wants to "refactor", or "change" the code base.
Use when user input lacks a concrete object, action, or constraint and the agent should clarify tacit intent before implementation, refactoring, or verification.
Assemble deterministic communication runtimes from reusable audience, template, and activity capabilities.
Pre-change blast-radius report for a symbol or file. Walks tree-sitting references, augments with a plain-text scan over non-parsed files (configs, plain docs), and clusters…
Assess a plugin and create refactoring task files for parallel agent execution
Code generation from AST back to source text. esotope-style compact code output, format-preserving reprint, and round-trip AST → source pipelines for codemods and refactoring…
Write AST-based code search and rewrite rules using ast-grep YAML. Create linting rules, code modernizations, and API migrations with auto-fix.
Find and replace code patterns structurally using ast-grep. Use when you need to match code by its AST structure (not just text), such as finding all functions with specific…
Use Go AST-aware analysis to enumerate symbols, extract signatures, and propose mechanically safe refactors (read-only by default).
ast-grep를 활용한 구조적 코드 검색 및 리팩토링. 텍스트 매칭이 아닌 AST(추상 구문 트리) 기반으로 코드 패턴을 정밀하게 검색하고 치환합니다. Use when performing structural code transformations or finding patterns across the c — from…
ast-grep를 활용한 구조적 코드 검색 및 리팩토링. 텍스트 매칭이 아닌 AST(추상 구문 트리) 기반으로 코드 패턴을 정밀하게 검색하고 치환합니다. Use when performing structural code transformations or finding patterns across the c — from…
Executes safe, automated code transformations using Abstract Syntax Tree (AST) manipulation.
AI-powered code review with intelligent model routing — saves 40%+ vs always using the most expensive model
Inject Call-to-Action blocks into Astro site content with intelligent placement strategies. Use when the user wants to add CTAs, newsletter signups, product promotions, or any…
All Engineering skills →
More in EngineeringTesting (3,955) · Devops (3,719) · Architecture (3,060) · Backend (2,477) · Frontend (1,674) · Languages (1,461) · Cloud Platforms (1,292) · Databases (890) · Performance (843) · Mobile (630) · Observability (438) · Data Engineering (371) · Docs Engineering (319) · Workflow Orchestration (286) · ML AI Eng (280) · API Tooling (23)