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

Code Quality (Page 6 of 24)

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

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

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

Find or refactor local source-file cognitive complexity hotspots while preserving behavior. Use with or without explicit file targets.
Reconstruct and audit an execution, product, or refactor path from repository evidence. Use to identify broken sequences, missing states, unclear ownership, unsafe ordering, weak…
Use when the user explicitly invokes /chameleon-receiving-code-review to handle a code review the team left on their PR — verify each comment against the code and the repo's…
Mine git history for Change Decision Records (ChDRs) by detecting commit messages that link to issue trackers, clustering the commits into change stories, and inferring the…
Protects compatibility, documented interfaces, migrations, generated files, dependencies, and user-facing behavior during changes.
Recall project-first and global-supplement ChatCrystal memories before substantive implementation, refactoring, migration, configuration, investigation, or optimization work.
Use BEFORE starting any non-trivial coding task in an existing project — feature work, refactors, bugfixes, or "look at this codebase" requests.
Ensures code quality through comprehensive checks including TDD practices, lint/test/build validation, and prevention of common mistakes.
Audit existing code, config, or rules before deleting or replacing them. Trigger on "delete this", "remove this", "clean up", "why is this here", "looks unused", "can we drop",…
Use when the user wants to modify code with provenance — edit existing files, write new files, rename, batch-refactor with rollback, or group ops into one auditable session.
C/C++ language server (clangd) providing code intelligence, diagnostics, and formatting for .c, .h, .cpp, .cc, .cxx, .hpp, .hxx files.
PHP/Laravel code simplification and refactoring specialist. Use when the user wants to refactor, simplify, or improve PHP/Laravel code clarity, maintainability, or consistency.
Delegate coding tasks to Claude Code (Anthropic's CLI agent). Use for building features, refactoring, PR reviews, and iterative coding. Requires the claude CLI installed.
Delegate coding, review, and refactor tasks to Claude Code CLI through Row-Bot's approval-gated shell workflow.
Use when asked to review a PR, or when /review is invoked with a PR number or URL. Performs a focused code review checking for bugs, security, performance, and test gaps, then…
Adversarial code review — find what will break in production, not what looks wrong in theory. Covers correctness, security, failure modes, performance, and maintainability.
CLAUDE.md 메모리 파일 리팩토링 및 정리 스킬. 기존 CLAUDE.md 분석, 구조 개선, 컨텍스트 효율성 최적화를 수행합니다. 트리거: CLAUDE.md 리팩토링, CLAUDE.md 정리, 메모리 파일 개선, 프로젝트 가이드 최적화, CLAUDE.md 분석, 클로드 가이드 작성, CLAUDE.m — from…
Claude Skills meta-skill: extract domain material (docs/APIs/code/specs) into a reusable Skill (SKILL.md + references/scripts/assets), and refactor existing Skills for clarity,…
Claude Code specific instructions for working with this CDK monorepo. General guidance on code generation, refactoring, and feature additions.
中文优先:用于点击路径审计相关任务,帮助识别、设计、实现或验证对应工作流。English keywords: Trace every user-facing button/touchpoint through its full state change sequence to find bugs where functions individually…
Delegate a coding task to the Cline coding agent CLI (`cline`) as a background implementer, then review its diff and land it yourself.
Planification de migration vers le cloud incluant assessment, stratégie, lift-and-shift et refactoring.
Planification de migration vers le cloud incluant assessment, stratégie, lift-and-shift et refactoring.
Plan and execute cloud migrations with assessment, database migration, application refactoring, and cutover strategies across AWS, Azure, and GCP.
Reviews CloudKit code for container setup, record handling, subscriptions, and sharing patterns. Use when reviewing code with import CloudKit, CKContainer, CKRecord, CKShare, or…
Use when the user is about to perform a risky, large, or hard-to-reverse change so the pre-change context is recoverable.
Full review lifecycle — request reviews, handle feedback with technical rigor, and complete branch integration.
Guides adding and structuring Go command entrypoints under cmd/: when to create a new cmd, layout, wiring only (no business logic), and use of internal packages.
Refactor and clean up code following best practices for readability and maintainability
Detect and refactor code duplication with PMD CPD. TRIGGERS - code clones, DRY violations, duplicate code.
Code comment guidelines based on industry best practices. Use when reviewing code, writing new code, or when asked about comment quality.
Use when an org's overall Apex coverage is sliding toward 75% because of orphaned (uncovered, unreferenced) classes inflating the denominator.
Find and kill duplicated code from the current session. Scans the entire codebase for duplication against what was just written, then refactors automatically.
Design-level refactoring rules — extraction, decoupling, SRP, encapsulation, primitive obsession. Language-agnostic.
Navigate, analyze, and modify codebases using LSP semantic navigation. Use when user needs code refactoring, bug fixing, feature implementation, code analysis.
Safely analyze code impact before refactors, behavior changes, API changes, and cross-module edits.
Provides Go programming expertise, including language syntax, idiomatic patterns, concurrency, and standard library usage.
Writing, refactoring, or reviewing code for maintainability or design — "readable", "too long", "refactor", "abstraction", "cohesion", "magic number", "dead code", "what should…
Read code metrics as smoke that points at where to look, not as verdicts that rank code good or bad. Use when triaging a large codebase for refactoring targets or reviewing…
Use when moving logic between layers, deprecating patterns, refactoring responsibilities, or enforcing canonical owners. Ensures migrations are complete with no legacy coexistence.
Expert at TypeScript strict mode, linting, formatting, code review standards. Use when checking code quality, fixing type errors, or enforcing standards.
Audit TypeScript code for quality, complexity, coupling, and clean code violations. Use when reviewing code quality, checking for anti-patterns, assessing maintainability, or…
Code quality improvement: review, refactoring, debugging. Phases: review feedback, systematic refactoring, root cause debugging, verification.
Fix code quality issues identified in a code quality review stored in agent_artefacts/code_quality//.
Perform structured code reviews enforcing quality standards, naming conventions, architecture patterns, and team agreements.
Comprehensive code quality review focusing on DRY (Don't Repeat Yourself), KISS (Keep It Simple, Stupid), and Clean Code (Easy to Read) principles.
Code quality standards including SOLID principles, design patterns, code smells, refactoring techniques, naming conventions, and technical debt management.
Analyzes codebase for refactoring needs, generates todo reports, and validates completion
Use when refactoring research code for publication, adding documentation to existing analysis scripts, creating reproducible computational workflows, or preparing code for sharing…
Refactor code for better organization, cleaner architecture, and improved maintainability. Use for reorganizing file structures, splitting large components, updating imports after…
Simplify and refactor code while preserving behavior, improving clarity, and reducing complexity. Use when simplifying complex code, removing duplication, or applying design…
Analyzes codebases by impact scope (low/medium/high), generates refactoring checklists, supports interactive review, executes refactors with QA, and produces detailed optimization…
Guides systematic code refactoring to improve code quality, maintainability, and design. Identifies code smells, applies refactoring patterns, ensures test coverage, and follows…
Remove code duplication by extracting shared logic into reusable components. Use when the same logic appears in multiple places.
Systematic approach to refactoring code for improved maintainability, performance, and clarity while preserving functionality
You are a code refactoring expert specializing in clean code principles, SOLID design patterns, and modern software engineering best practices.
Refactor overly large code units into smaller, more focused components. Use when code has grown too large or complex.
You are a technical debt expert specializing in identifying, quantifying, and prioritizing technical debt in software projects.
You are a technical debt expert specializing in identifying, quantifying, and prioritizing technical debt in software projects.
Deep code simplification and refactoring preserving behavior across Python, Go, TypeScript, Rust. Targets complexity, anti-patterns, readability debt.
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)