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: pre-commit

Browse skills that share this tag.

  • replit-policy-guardrails - Replit policy enforcement and automated guardrails
    repliteslintguardrailspolicy-as-code

    ★ 18 · Updated 2026-09-17

    Implement custom ESLint rules, pre-commit hooks, CI policy checks, and runtime guardrails for Replit integrations.

    ⚙ Create custom ESLint rules⚙ Configure pre-commit hooks⚙ Add CI policy checks
  • semoss-testing-ci - Testing & CI Setup
    testingci-cdgithub-actionspre-commit

    ★ 2 · Updated 2026-09-16

    Sets up Java reactor unit tests, pre-commit hooks, and GitHub Actions CI workflows for a SEMOSS app using reference files.

    ⚙ Add Java reactor unit tests⚙ Set up pre-commit hooks⚙ Configure GitHub Actions CI workflows
  • ln-740-quality-setup - Coordinates linters, pre-commit hooks, and test setup
    code-qualitylinterspre-committesting

    ★ 0 · Updated 2026-09-16

    Coordinates code quality tooling setup by detecting project stacks, checking configs, delegating to workers, and verifying quality pipelines.

    ⚙ Detect project technology stack⚙ Check existing quality configurations⚙ Delegate tasks to quality workers
  • deterministic-checks - Scan repositories for five mechanically detectable issues
    code-qualitystatic-analysisgitpre-commit

    ★ 602 · Updated 2026-09-13

    Scans repository files for conflict markers, credentials, debug leftovers, untracked TODOs, and oversized files using a shell script.

    ⚙ Detect conflict markers in files⚙ Detect exposed live credentials⚙ Detect leftover debug statements
  • setup-linting-ci - Automate Python Linting with Pre-commit and CI
    pythonlintingcode-qualitypre-commit

    ★ 602 · Updated 2026-06-15

    Configure pre-commit hooks and GitHub Actions CI for automated Python code linting

    ⚙ create pre-commit hook⚙ create GitHub Actions workflow⚙ run ruff check
  • commit - Pre-commit checklist for code quality
    gitcommitcode qualitytesting

    ★ 0 · Updated 2026-03-25

    Run pre-commit checklist covering documentation, tests, linting, and commit changes when all checks pass

    ⚙ review documentation⚙ check test coverage⚙ run linting
  • pre-commit-fixer - Automatically fix pre-commit hook failures
    gitpre-commitESLintautomation

    ★ 2 · Updated 2026-03-22

    Automatically fix pre-commit hook failures and retry the commit

    ⚙ capture error output⚙ classify failure type⚙ fix ESLint errors
  • ln-742-precommit-setup - Git Hooks Automation Setup
    gitcode-qualitypre-commitautomation

    ★ 602 · Updated 2026-03-21

    Configures Husky, lint-staged, commitlint, and Python pre-commit

    ⚙ check existing hooks⚙ install hook manager⚙ configure staged linting
  • ci-run-precommit - Run pre-commit hooks for code quality
    code qualitypre-commitvalidationformatting

    ★ 0 · Updated 2026-03-20

    Run pre-commit hooks to validate code quality before committing

    ⚙ run pre-commit hooks⚙ install pre-commit hooks⚙ update hook versions
  • specstory-guard - Pre-commit secret scanning for SpecStory
    secret scanningpre-commitcode reviewgit hooks

    ★ 17 · Updated 2026-03-10

    Scans .specstory/history for secrets before commits using pre-commit hooks

    ⚙ install pre-commit hook⚙ scan .specstory/history⚙ detect secret patterns
  • creating-commits - Pre-Commit Quality Check and Git Workflow Enforcement
    gitversion-controlcode-qualitydevelopment-workflow

    ★ 0 · Updated 2026-03-09

    Enforce pre-commit checks, atomic commits, and conventional commit format before every git commit

    ⚙ run pnpm pre-commit script⚙ read commit specification documentation⚙ analyze git diff output
  • code-review-assistant - Systematic Code Review Checklist and Pre-Commit Quality Gate
    code-reviewqualitychecklistpull-request

    ★ 602 · Updated 2026-03-09

    Provides systematic code review and pre-commit validation checklists

    ⚙ review pull requests⚙ check code quality⚙ validate pre-commit checks
  • octopus-quick-review - Fast Multi-AI Code Review with Consensus
    code-reviewmulti-agentconsensuspre-commit

    ★ 4,087 · Updated 2026-03-09

    Trigger multi-AI consensus workflow for fast pre-commit code review

    ⚙ call grasp workflow⚙ call tangle workflow⚙ present review findings
  • generating-precommit - Generate .pre-commit-config.yaml for Python projects
    developmentgitcode-qualitypre-commit

    ★ 1 · Updated 2026-02-18

    Generate optimized .pre-commit-config.yaml with security scanning, linting, and formatting hooks

    ⚙ read existing config⚙ write config file⚙ glob file search
  • 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
  • review - Pre-Commit Code Review for Bug and Security Detection
    code-reviewpre-commitstatic-analysisquality-assurance

    ★ 0 · Updated 2026-02-14

    Reviews staged code changes for bugs, security issues, debug artifacts, and style problems before committing.

    ⚙ Read staged git diff⚙ Check project conventions⚙ Analyze code changes for bugs
  • flutter-fix-and-verify - Daily Flutter green branch workflow automation
    flutterdartcode-qualitytesting

    ★ 0 · Updated 2026-02-13

    Runs Flutter pre-commit checks including pub get, dart fix/format, analyze, and tests

    ⚙ run pub get⚙ execute dart fix⚙ apply code formatting
  • local-qa - Run Local Quality Assurance Checks
    code qualityformattinglintingpre-commit

    ★ 18 · Updated 2026-02-11

    Run local QA script for code formatting and linting

    ⚙ execute QA script⚙ capture script output⚙ summarize results