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

Code Quality (Page 10 of 13)

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

774 skills · updated 2026-06-12 · showing 541–600 of 774 by quality score

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

Orchestrate a behavior-preserving refactor — confirm tests are green, restructure without changing behavior, keep tests green, review, and gated commit.
Plan and execute large refactors with dependency-aware work packets and parallel analysis.
Keep notebooks synchronized with `.py` or `.md` representations so version control, review, and refactoring can happen outside bulky notebook JSON.
Upgrade Palantir Foundry SDK versions and handle breaking changes. Use when upgrading foundry-platform-sdk, migrating between API versions, or detecting deprecations in Foundry…
AI Assistant untuk optimasi kode otomatis. Bukan hanya scanner pola, tapi asisten pribadi yang belajar dari gaya coding-mu, memberi saran proaktif, auto-refactor, dan meningkat…
Rename the current Claude session for peon-ping notifications and terminal tab title. Use when user wants to give this session a custom name like "/peon-ping-rename Auth…
Persistent planning system with 3 markdown files (PLAN.md, PROGRESS.md, CONTEXT.md). Use when starting large features, multi-session work, or complex refactoring.
Code quality and technical debt management decision framework for systematic refactoring and simplification.
Use ao revisar mudanças recentes Laravel ou Angular do Petrvs-PGD antes de merge, especialmente back-end, com postura Tech Lead, validação obrigatória de Repository Pattern,…
pf-frontend 프로젝트 컨벤션과 React 19 Best Practices 기반 코드 리뷰. "코드 리뷰", "리뷰해줘", "이 코드 괜찮아?" 요청 시 사용.
Phase-level verification gate run at a v3.x phase boundary (the post-phase analog of verify-plan). Spawns three independent full-context lenses in parallel — PM (honesty-auditor)…
Reviews Phoenix code for controller patterns, context boundaries, routing, and plugs. Use when reviewing Phoenix apps, checking controllers, routers, or context modules.
Structured task planning with clear breakdowns, dependencies, and verification criteria. Use when implementing features, refactoring, or any multi-step work.
Apply structured thinking before coding. Use when: starting new features, making architectural decisions, refactoring large components, or evaluating implementation approaches.
Confidence-based code review that filters issues to 80+ threshold, eliminating false positives and noise.
Multi-agent orchestration system using Claude Code's native background agents (2.0.64+) for true parallel collaboration.
GitHub PRのレビューコメントを自動検出し、コード修正を適用する。インラインスレッド・レビュー本文・Issueコメントに対応し、CodeRabbit・Copilot等のbotコメントも処理する。PRレビュー後の修正作業を自動化したい場合に使用する。Do NOT use for レビュー自体の実施(ai-code-reviewを使用すること)。
Walk a maintainer through deep code review of open pull requests on the configured `` repo (default: read from `/project.md → upstream_repo`).
Sweep open pull requests on the configured `` repo (default: read from `/project.md → upstream_repo`), classify each one against the project's quality…
Complete the required presubmit. Use before declaring a feature finished, after a large refactor or when asked.
Code review heuristics — four-axis review lens (correctness, security, design integrity, test coverage); confidence-based filtering (no finding without a concrete failure…
Design patterns — Gang of Four and beyond. Strategy, factory method, observer, decorator, adapter, facade, template method, command, repository, dependency injection.
Refactoring discipline — Fowler's catalog of behavior-preserving moves (Extract Function, Inline Variable, Move Function, Replace Conditional with Polymorphism, Introduce…
SOLID principles — SRP, OCP, LSP, ISP, DIP (single responsibility, open-closed, Liskov substitution, interface segregation, dependency inversion).
Use when writing, generating, modifying, debugging, reviewing, or refactoring code. Treat code work as rebuilding and preserving the program theory: how real-world affairs map…
index.htmlのコード品質チェックとPROTOTYPE.mdとの整合性確認(自動実行)。CSS/JS/HTMLのバグ防止パターン、 フォントサイズ基準、仕様整合性を検査する。OK後はユーザーレビューへ進み、修正依頼は proto-ticket-lifecycle で管理。 パイプライン: proto-05-html-builder →…
Perform automated Python code reviews using Pylint programmatic API and pylint-json2html for report generation.
Provides Qwen Coder CLI delegation workflows for coding tasks using Qwen2.5-Coder and QwQ models, including English prompt formulation, execution flags, and safe result handling.
Receive and act on code review feedback with technical rigor, not performative agreement or blind implementation
Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and — from…
Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and — from…
Use when designing or refactoring record types across objects with many profiles, business processes, or picklist variations.
Guides the red-green-refactor TDD workflow: write a failing test first, implement the minimum code to make it pass, then refactor while keeping tests green.
Analyzes a codebase scope for coupling issues, diagnoses coupling types using the Connascence framework, and proposes a comprehensive refactoring plan with concrete code changes.
Surgical code refactoring to improve maintainability without changing behavior. Covers extracting functions, renaming variables, breaking down god functions, improving type…
Run cargo-coupling and similarity-rs to identify refactoring targets, then create a prioritized plan.
Guide safe, incremental refactoring of existing code. Identify refactoring opportunities, suggest patterns, and ensure behavior is preserved through the process.
Refactor by removing backward compatibility and legacy layers. Use when modernizing APIs, cleaning up migration debt, removing compat shims, or eliminating stale feature flags.
코드베이스 대상으로 "분석 → 리팩터 → 테스트 → 리뷰" 4단계 체인을 실행하는 스킬. /refactor-chain {target-path} 명령어 입력 시 반드시 이 스킬을 사용한다. 각 단계는 독립 서브에이전트로 실행되며, 이전 단계 결과가 다음 단계 프롬프트에 주입된다.
Use when legacy prompts or older framework flows reference `refactor-cleaner` and you need the modern runtime to resolve that capability cleanly.
Dead code cleanup via pipeline knip + depcheck + ts-prune + javadoc-coverage (multi-language safe removal)
Intelligently refactor and improve code quality with incremental, test-backed changes. Use when the user asks to "refactor", "clean up code", "improve code quality",…
For long functions: break into smaller pieces, extract helper functions, reduce nesting, improve testability and readability.
Comprehensive refactoring workflow that combines tactical and architectural passes. Runs /refactor (tactical cleanup), /review-arch (architectural restructuring), then /refactor…
During planning after grill-task, decide whether a preparatory refactor step is needed before implementation — runs four parallel A-rule checks.
Refactor given method `${input:methodName}` to reduce its cognitive complexity to `${input:complexityThreshold}` or below, by extracting helper methods.
Transform monolithic Terraform configurations into reusable, maintainable modules following HashiCorp's module design principles and community best practices.
Safe refactoring patterns - extract, rename, restructure with test-driven methodology and dead code detection.
Apply systematic refactoring patterns — strangler fig for legacy migration, seam detection, extract method/class, introduce parameter object, replace conditional with…
Kategorizovaný návrh refactoringu (kosmetic / structural / breaking) s per-bucket gates. Generuje proposal dokument, postupně provádí změny po schvalování.
/refactor-rust 커맨드로 실행되는 Rust 코드 리팩토링 스킬. rust-coding-style.md에서 도출된 R-R-01~08 도메인 중심 카탈로그를 기준으로, git worktree 격리 환경에서 코드 냄새를 탐지하고 우선순위 기반 계획을 수립한다.
Use when the goal is to change code structure without changing behavior — this includes extracting a service object from a fat controller or model, splitting a large class,…
Refactorizar un SKILL.md demasiado largo o mal estructurado extrayendo ejemplos a references/EXAMPLES.md, dividiendo procedimientos compuestos y reorganizando secciones para una…
Proves a behavior-preserving code change (refactor, rename, split, merge, extract, inline, or delete of confirmed-dead code) is actually complete.
Systematic refactoring with small-step discipline. Use when user says 'refactor', 'clean up', 'restructure', 'extract', 'rename', 'simplify', or mentions code smells.
SOTA refactoring and modularization principles that LLMs systematically miss. Covers language-agnostic principles plus Rust-specific (visibility, crate boundaries, Cargo features)…
Strukturierte Refactoring-Planung mit Impact-Analyse und schrittweiser Umsetzung für große Codebases.
Expert in improving code structure without changing behavior. Specializes in Design Patterns, SOLID principles, and Anti-Corruption Layers.
Systematic refactoring methodology with safety guarantees for polyglot codebases. TRIGGER when: user asks to refactor code, restructure a module, split a monolith, do a large…
Expert code refactoring specialist for improving code quality without changing behavior. Activate on: refactor, code smell, technical debt, legacy code, cleanup, simplify, extract…
All Engineering skills →
More in EngineeringTesting (2,448) · Devops (2,410) · Architecture (1,778) · Backend (1,375) · Frontend (1,035) · Languages (880) · Cloud Platforms (802) · Databases (568) · Performance (517) · Mobile (379) · Observability (272) · Data Engineering (230) · Docs Engineering (197) · Workflow Orchestration (170) · ML AI Eng (144) · API Tooling (15)