LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

Skills tagged: code-quality

Browse skills that share this tag.

  • git-workflow-management - Automate Git commit, branch, check, and history workflows.
    gitworkflowcommitbranch

    ★ 17 · Updated 2026-09-24

    Automates Git workflows including commit message generation, branch management, pre-commit quality checks, and repository history analysis.

    ⚙ Generate conventional commit messages⚙ Manage Git branches⚙ Run pre-commit quality checks
  • moyu - Anti-over-engineering guardrail for AI coding agents
    over-engineeringguardrailscope-controlcode-quality

    ★ 0 · Updated 2026-09-24

    Anti-over-engineering guardrail that activates when an AI coding agent expands scope, adds abstractions, or changes files the user did not request.

    ⚙ Restrict modifications to specified files⚙ Prefer simplest viable solutions⚙ Ask user confirmation when scope expands
  • moyu - Anti-over-engineering guardrail for AI coding agents
    guardrailsover-engineeringscope-controlcode-quality

    ★ 4 · Updated 2026-09-24

    Anti-over-engineering guardrail that activates when an AI coding agent expands scope, adds abstractions, or changes unrequested files.

    ⚙ Restrict modifications to user-specified files⚙ Detect over-engineering intervention levels⚙ Revert unauthorized file changes
  • moyu - Anti-over-engineering guardrail for AI coding agents.
    guardrailcode-qualityscope-controlanti-over-engineering

    ★ 5 · Updated 2026-09-24

    Prevents scope expansion, unrequested abstractions, and unauthorized file edits during AI agent coding tasks.

    ⚙ Limit modifications to specified files⚙ Prefer simplest viable coding solutions⚙ Ask user before expanding scope
  • quality-review - Review PRs for code quality, correctness, and test quality.
    code-reviewcode-qualitytestingpull-request

    ★ 0 · Updated 2026-09-24

    Reviews PR changes for code quality, correctness, and test coverage while excluding security and architecture concerns.

    ⚙ Fetch pull request diff⚙ Check known tracked issues⚙ Evaluate code correctness and readiness
  • quality-review - Review pull requests for code quality and test quality.
    code-reviewcode-qualitytestingpull-request

    ★ 0 · Updated 2026-09-24

    Reviews PR changes for code quality, correctness, and test quality without security or architecture concerns.

    ⚙ Fetch pull request diff⚙ Check known issues file⚙ Evaluate code correctness and quality
  • django-verification - Django Verification Loop
    djangoverificationtestingsecurity

    ★ 0 · Updated 2026-09-24

    Verification loop for Django projects: migrations, linting, coverage testing, security scanning, and pre-deployment readiness checks.

    ⚙ Check environment configuration⚙ Format and lint code⚙ Verify database migrations
  • django-verification - Django Project Verification Loop
    djangopythonverificationtesting

    ★ 1 · Updated 2026-09-23

    Executes environment, code quality, migration, test coverage, security, and deployment checks for Django projects.

    ⚙ Check Python environment configuration⚙ Perform static type checking⚙ Lint and format code
  • verify-stage-completeness - Audit Codebase Registries Before Marking Stage Complete
    auditstage-completenessverificationcode-quality

    ★ 0 · Updated 2026-09-23

    Audits entity registrations, DI services, resx translations, and enum references across the codebase before allowing roadmap stage close-out.

    ⚙ Audit persisted entity registry completeness⚙ Verify service dependency injection registration⚙ Validate email resource template translations
  • write-logs - Standardize Go logging using log/slog at boundaries
    goslogloggingconnect-rpc

    ★ 0 · Updated 2026-09-23

    Standardizes Go logging with log/slog by emitting logs once at outermost boundaries and defining layer, severity, vocabulary, and redaction rules.

    ⚙ Verify logging boundaries⚙ Evaluate intermediate logging criteria⚙ Enforce layer logging restrictions
  • code-review - Foundation Code Quality and Architecture Reviewer
    code-reviewarchitecturecode-qualityai-slop-detection

    ★ 1 · Updated 2026-09-23

    Reviews code quality, architecture, design patterns, security, algorithmic flow, and maintainability.

    ⚙ Review code architecture and design⚙ Analyze algorithmic flow and correctness⚙ Assess code quality and error handling
  • codebase-cleanup-tech-debt - Technical Debt Analysis and Remediation
    technical-debtcodebase-analysisrefactoringcode-quality

    ★ 0 · Updated 2026-09-23

    Analyzes codebases to identify, quantify, and prioritize technical debt and creates actionable remediation plans.

    ⚙ Identify code and architecture debt⚙ Quantify technical debt impact⚙ Create prioritized remediation plans
  • shared-meta-reviewing - Code review patterns and feedback principles for PRs.
    code-reviewpull-requestfeedbackcode-quality

    ★ 602 · Updated 2026-09-23

    Provides code review patterns, feedback principles, self-correction checkpoints, and decision frameworks for reviewing code and pull requests.

    ⚙ Review code changes and PRs⚙ Provide structured code feedback⚙ Track review progress across files
  • refacter - Refactor code using complexity and hotspot analysis
    refactoringcode-qualitycomplexity-analysishotspot-analysis

    ★ 602 · Updated 2026-09-23

    Profiles codebases using complexity metrics and churn analysis to identify risk areas and guide code refactoring.

    ⚙ Analyze code complexity⚙ Detect code hotspots⚙ Compare refactoring strategies
  • clean-code - Clean code guidelines for React/JavaScript projects
    reactjavascriptclean-codelucide-icons

    ★ 1 · Updated 2026-09-22

    Provides clean code guidelines, component structures, and naming conventions for React and JavaScript projects using Lucide icons.

    ⚙ Provide React component structures⚙ Define naming conventions⚙ Standardize props patterns
  • test-driven-development - Test-Driven Development (TDD) Workflow
    tddtestingrefactoringcode-quality

    ★ 2 · Updated 2026-09-22

    Enforces writing a failing test before writing implementation code for any feature, bug fix, or refactoring.

    ⚙ Write failing tests first⚙ Verify test failure reasons⚙ Write minimal passing code
  • clean-code - Clean code principles for writing and reviewing quality code
    clean-codecode-qualityrefactoringreadability

    ★ 33 · Updated 2026-09-22

    Provides clean code principles covering naming, functions, readability, and error handling for code quality.

    ⚙ Apply naming best practices⚙ Refactor functions for single responsibility⚙ Use early returns to reduce nesting
  • test-driven-development - Enforce test-driven development workflow
    tddtestingred-green-refactorcode-quality

    ★ 0 · Updated 2026-09-21

    Guides feature implementation, bug fixes, and refactoring using the Red-Green-Refactor test-driven development process.

    ⚙ Write failing tests⚙ Verify test failures⚙ Write minimal implementation code
  • root-cause - Trace causal chains to fix bugs at their root source.
    root-causedebuggingtroubleshootingcode-quality

    ★ 0 · Updated 2026-09-21

    Traces causal chains to fix issues at their origin, sweeps for identical bug classes, and implements prevention measures to stop recurrence.

    ⚙ Establish verified symptoms and scope⚙ Trace backwards through causal chains⚙ Fix root causes at origin
  • review - Perform a thorough code review of changes on a branch.
    code-reviewgitgithubcode-quality

    ★ 4 · Updated 2026-09-21

    Performs a deep, senior-engineer-level code review of changes on a branch beyond surface-level checks.

    ⚙ Determine base branch⚙ Fetch latest base branch⚙ Gather git diff

Scroll to load more