Audit and fix visual hierarchy, spacing, color, and depth in web UIs. Use when the user mentions "my UI looks off", "fix the design", "Tailwind styling", "color palette" — from…
Systematischer Prozess für sichere und effektive Refactorings mit Analyse, Planung und Verifikation.
Practical regex patterns across languages and use cases. Use when validating input (email, URL, IP), parsing log lines, extracting data from text, refactoring code with…
Create a detailed refactor plan with tiny commits via user interview, then file it as a GitHub issue.
Dispatch code-reviewer subagent to review implementation against plan or requirements before proceeding
Use when completing tasks, implementing major features, or before merging to verify work meets requirements — from bg-szy/TOP-SKILLS
Request and process code reviews with proper context. Use after completing significant implementation work.
Use when completing tasks, implementing major features, or before merging to verify work meets requirements - dispatches code-reviewer subagent to review implementation a — from…
Refactors TypeScript codebases with AST-aware rename, extract, and reference finding. Use for moving functions between files, renaming across codebase, or finding all usages of a…
After a task reaches GREEN and before the quality gate commits, surface C-class refactor discoveries as structured plan-update proposals.
編輯審查規則清單(CRUD)。此 skill 只負責管理規則檔內容,不執行 code review。執行 code review 請用 /code-review:code-review。
Reviews and generates .NET/C# code following Microsoft conventions and modern patterns. Use when reviewing C# files, writing .NET code, refactoring, or when user mentions "C#",…
Autonomous BACKLOG executor. Runs on a schedule (hourly via cron or GitHub Actions), scans BACKLOG.md for 📋 Todo items, and routes each to the appropriate skill: US-XXX →…
Specification-driven development workflow for creating requirements, design, and tasks. Use when the user wants to plan new features, fix bugs with proper specifications, refactor…
Use when the rule set is over the Augment budget, when a new rule would breach it, or when asked to audit / merge / prune rules — runs the audit pipeline and proposes a verdict…
Trigger CodeRabbit review passes from an agent and work unresolved PR feedback threads into guided or batch autofix loops.
Use Open Code Review when an agent needs several reviewer personas to inspect a diff, debate findings, and synthesize review output before a human approves, posts, or acts on the…
Apply reusable refactoring recipes to large codebases so framework upgrades and codemods happen as auditable, reviewable changes.
Structured Autonomy Coder — lê um plano anexado (plan.md ou implementation-steps/) e implementa o código diretamente no projeto, sem gerar arquivos .md intermediários.
SaaS-dostu, multi-tenant aware kod yazım standartları. Hardcoded yasağı, tam zincir kontrolü, tenant isolation, config-driven yaklaşım.
Read-only static analysis of SAP CAP Node.js code (a Pull Request, a branch comparison, or a specific file list).
Project-specific UI refactor workflow for the Scoop news platform in /home/bender/classwork/Thesis. Use when updating Scoop frontend layouts, globe UX, research workspace, and…
Exploratory workflow for understanding problem spaces and drafting feature proposals, refactorings, or complex bug-fixes.
Create, update, refactor, explain, or review Semantic Kernel solutions using shared guidance plus language-specific references for .NET and Python.
Directory-aware meta-skill. Maintains the integrity and efficiency of the entire skill society. On activation, runs scripts/crawler.py to map every SKILL.md under the project…
Reviews serde serialization code for derive patterns, enum representations, custom implementations, and common serialization bugs.
Serena MCP for project memory and code navigation. Use when managing Serena memories, navigating symbols, performing intelligent refactoring, or maintaining context/continuity…
Reviews Shopify Liquid themes, cart logic, product templates, and checkout flow implementation for conversion optimization, mobile usability, and performance.
Analyze and simplify existing implementations to reduce complexity, improve maintainability, and enhance scalability.
This entry turns GitHub Next's Code Simplifier workflow into a narrow cleanup agent. The agent inspects code changed in the last day, proposes behavior-preserving simplifications,…
Simplifies, polishes, and declutters code without changing behavior. Use when asked to simplify, clean up, refactor, declutter, remove dead code or AI slop, or improve re — from…
Create or refactor high-quality skills with lean frontmatter, progressive disclosure, and optional bundled helpers. Use when authoring reusable agent workflows.
Scan Codex session history for skill failures, usage patterns, and coverage gaps. Use when the user wants daily skill-health monitoring or evidence-backed recommendations about…
WHAT: Analyze skill reliability from Codex session evidence. WHEN: Use when skill failures, routing gaps, quality regressions, or keep-improve-merge-retire decisions need evidence.
Internal skill that validates a new or modified AI DevStudio skill against project standards. Checks YAML frontmatter, token optimization section, line limit, and naming…
Comprehensive code review workflow coordinating quality, security, performance, and documentation reviewers. 4-hour timeline for thorough multi-agent review.
Recognize when a mission is a bulk edit and drive the occurrence-classification guardrail on the user's behalf.
Use when Claude Code needs to refactor code, tests, docs, specs, or project structure in a SpecDD project while preserving specified behavior, public contracts, scenarios,…
Split a large or mixed Git working tree into multiple focused local commits. Use when changes span unrelated concerns, combine refactors with behavior changes, mix generated files…
Universal SQL code review assistant that performs comprehensive security, maintainability, and code quality analysis across all SQL databases (MySQL, PostgreSQL, SQL Server,…
Reviews SQLAlchemy code for session management, relationships, N+1 queries, and migration patterns. Use when reviewing SQLAlchemy 2.0 code, checking session lifecycle,…
Reviews sqlx database code for compile-time query checking, connection pool management, migration patterns, and PostgreSQL-specific usage.
Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and — from…
Use when the user explicitly requests a code review, or during subagent-driven development where review is part of the workflow
Practical guide for building safe, syntax-aware srgn CLI commands for source-code search and transformation.
Staff-engineer-level code review that goes beyond correctness to evaluate architectural alignment, system-level implications, failure modes, performance, scalability, backward…
When the user asks for a code review, shares code for feedback, or says "review this", "check my code", "what's wrong with this".
Stealth Nexus operations skill. Invoke for VPS/proxy chain setup, diagnostics, and ops scripts. Do not invoke for CLI refactoring, LocalAI runtime operations, or PR-only reviews.
Search code by AST structure using ast-grep. Find semantic patterns like function calls, imports, class definitions instead of text patterns.
Performs a structured five-stage code review covering requirements compliance, correctness, code quality, testing, and security/performance.
You MUST use this before any creative work - creating features, building components, adding functionality, modifying behavior, designing systems, or making architectural — from…
AI-native software development lifecycle that replaces traditional SDLC. Triggers on "plan and build", "break this into tasks", "build this feature end-to-end", "sprint p — from…
Use when completing tasks, implementing major features, or before merging to verify work meets requirements — from steph-frtech/cdesign-expo
Forces Claude to match output scope exactly to what was requested. Triggers before adding error handling for impossible edge cases, extracting one-time abstractions into classes,…
Autonomous multi-agent workflow system for complex coding tasks. Use when the user requests non-trivial changes that would benefit from autonomous execution with built-in review…
Reviews Swift code for concurrency safety, error handling, memory management, and common mistakes. Use when reviewing .swift files for async/await patterns, actor isolation,…
Reviews SwiftData code for model design, queries, concurrency, and migrations. Use when reviewing .swift files with import SwiftData, @Model, @Query, @ModelActor, or…
Go up one layer of abstraction and explain how a local piece of code fits into the larger system. Use when the current focus is too narrow, the user is unfamiliar with an area, an…
Detects anemic domain models, validates and refactors them into rich domain models, and enforces tactical DDD patterns (Entities, Value Objects, Aggregates, Domain Services,…
Unified team skill for tech debt identification and remediation. Scans codebase for tech debt, assesses severity, plans and executes fixes with validation.