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 with capability: run lint checks

Browse skills that share this capability.

  • python-doctor - Python Code Health Auditor
    pythoncode-auditsecurityperformance

    ★ 4 · Updated 2026-05-28

    Audit Python codebases for security, performance, correctness, and architecture issues

    ⚙ audit Python code⚙ run syntax checks⚙ run tests
  • first-mate - Go Code Graph and Spec Analysis
    gostatic analysiscode analysisspec lookup

    ★ 9 · Updated 2026-05-09

    CLI tool for code graph analysis and spec lookup in spec-driven Go projects

    ⚙ parse Go files⚙ read spec documents⚙ find spec coverage
  • claude-code-review - Review GitHub pull requests for critical issues
    code reviewpull requestGitHubbug detection

    ★ 448 · Updated 2026-03-23

    Analyze PR diffs for bugs, security, performance, and test gaps, then post findings as comments and formal reviews

    ⚙ parse PR number or URL⚙ get PR details⚙ checkout PR branch
  • review-fix - Plan and execute code review fixes
    code reviewbug fixesplanningexecution

    ★ 57 · Updated 2026-03-22

    Read latest review, plan fixes by priority, execute with atomic commits

    ⚙ read review file⚙ parse findings⚙ generate fix plan
  • snakepolish - Snake Polish Implementation Phase
    implementationpythontest-driven developmentcode modernization

    ★ 602 · Updated 2026-03-19

    Implement functions following modernization plan and run tests until passing

    ⚙ load stinkysnake plan artifacts⚙ run tests to verify baseline⚙ implement type definitions
  • governance-protocol - Session governance protocol with quality gates
    quality enforcementgovernance protocolsession management

    ★ 8 · Updated 2026-03-10

    Session governance protocol injected at startup that enforces quality gates and compliance

    ⚙ inject governance protocol⚙ display session banner⚙ enforce skill instructions
  • implement - Complete GitHub Issue Implementation Workflow
    GitHubdevelopmentautomationworkflow

    ★ 602 · Updated 2026-03-09

    Implement GitHub Issues in a worktree environment with full workflow from subtask detection to PR merge

    ⚙ analyze issue granularity⚙ detect subtasks⚙ create git worktree
  • ci-preflight - Local CI validation before commits and PRs
    CI/CDcode qualitypre-commitvalidation

    ★ 0 · Updated 2026-02-18

    Performs local CI validation checks before commits and PR requests

    ⚙ check changed applications⚙ run type checking⚙ run lint checks
  • plan-reduce-max-lines-per-function - Reduce max lines per function threshold and fix violations
    code qualityrefactoringlintingfunction optimization

    ★ 3 · Updated 2026-02-13

    Reduces the maximum lines per function threshold and fixes all violations

    ⚙ read eslint configuration⚙ update threshold settings⚙ run lint checks
  • lint - Project-specific linting and type-checking automation
    code qualitystatic analysistype checkingautomation

    ★ 0 · Updated 2026-02-13

    Runs project-specific linting and type-checking commands for code quality validation.

    ⚙ run lint checks⚙ run type checks⚙ run format checks
  • jwc-ui-shadcn-workflow - UI Component Workflow for shadcn + Tailwind v4
    UI developmentcomponent workflowcode qualityfrontend tools

    ★ 2 · Updated 2026-02-12

    Follows procedures for adding/modifying shadcn/ui + Tailwind v4 components with component reuse, cn()/cva patterns, exports impact, and lint/typecheck steps

    ⚙ add shadcn components⚙ modify shadcn components⚙ check exports impact
  • jwc-ui-shadcn-workflow - UI Component Workflow for shadcn and Tailwind v4
    UI developmentworkflowcomponent management

    ★ 18 · Updated 2026-02-12

    Handles adding and modifying shadcn/ui components with Tailwind v4 in the packages/ui directory

    ⚙ reuse existing components⚙ add shadcn components⚙ modify shadcn components
  • pr - Create GitHub Pull Requests with Automated Code Quality Checks
    GitHubGitcode reviewversion control

    ★ 1 · Updated 2026-02-12

    Automates the creation of GitHub pull requests including lint checking, code formatting, and commit management.

    ⚙ check current branch⚙ create new branch⚙ run lint checks