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 input: Git repository

Browse skills that use this input.

  • google-eng-practices - Google Engineering Practices Code Review Guidelines
    code-reviewpull-requestsengineering-practicestesting

    ★ 1 · Updated 2026-09-22

    Prepare, review, comment on, and decide code changes using an operational adaptation of Google's Engineering Practices.

    ⚙ Prepare pull request descriptions⚙ Review code diffs⚙ Classify review comments
  • dbt-projects-on-snowflake - Deploy and monitor dbt projects natively within Snowflake
    dbtSnowflaketelemetrymonitoring

    ★ 18 · Updated 2026-09-21

    Deploy, manage, execute, and monitor dbt projects natively within Snowflake using DBT PROJECT objects and event tables.

    ⚙ Deploy dbt projects⚙ Execute dbt commands⚙ Monitor dbt project executions
  • 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
  • ce-worktree - Worktree Isolation
    gitworktreebranch-managementisolation

    ★ 3 · Updated 2026-09-20

    Set up isolated git worktrees to create new branches or attach to existing refs while detecting prior isolation.

    ⚙ Detect existing worktree isolation⚙ Create new isolated git worktree⚙ Attach worktree to existing ref
  • security-ownership-map - Analyze git security ownership and bus factor risks.
    gitsecurityownershipbus-factor

    ★ 0 · Updated 2026-09-20

    Analyzes git history to map security ownership, calculate bus factor, build co-change graphs, and export artifacts for visualization.

    ⚙ Build security ownership topology⚙ Calculate bus factor risks⚙ Build file co-change graphs
  • ship-it - Commit, push, and create a pull request
    gitpull-requestworkflowchangelog

    ★ 4 · Updated 2026-09-19

    Verifies builds and tests, commits code changes, updates CHANGELOG, pushes the feature branch, and creates a GitHub pull request.

    ⚙ Verify non-main branch⚙ Extract issue number from branch⚙ Run project build
  • review - Standalone diff review
    code-reviewgit-diffstatic-analysissecurity-audit

    ★ 2 · Updated 2026-09-19

    Runs the review engine against a git diff to report findings and verdicts in conversation without state persistence.

    ⚙ Resolve base ref and diff⚙ Run Stage 0 detectors⚙ Launch parallel LLM reviewers
  • gcc - Git Context Controller (GCC) v2
    gitcontextagent-memoryaiyoucli

    ★ 63 · Updated 2026-09-19

    Provides lean agent memory backed by git or standalone files using index.yaml.

    ⚙ Commit persistence milestones⚙ Create isolated worktree branches⚙ Merge worktree branches
  • skill-porter - Cross-platform converter for Claude Code and Gemini CLI
    claude-codegemini-cliconvertermcp

    ★ 191 · Updated 2026-09-19

    Converts Claude Code skills to Gemini CLI extensions and vice versa.

    ⚙ Convert skills between platforms⚙ Detect source platform automatically⚙ Transform metadata between formats
  • init - Initialize shipkit and configure MCP servers for a project
    initshipkitmcpproject-setup

    ★ 0 · Updated 2026-09-19

    Detects project tech stack, configures recommended MCP servers into project settings, and runs shipkit sync.

    ⚙ Verify git repository and shipkit installation⚙ Detect project tech stack⚙ Recommend relevant MCP servers
  • version-control - Manage Git repositories and collaborative workflows.
    gitversion-controlrepository-managementbranching

    ★ 57 · Updated 2026-09-19

    Equips an agent to perform Git version control tasks including repository management, branching, conflict resolution, hooks, and commit hygiene.

    ⚙ Assess repository state⚙ Stage and commit changes⚙ Manage Git branches
  • loop-factory - Spec-driven agent workflow and execution loop
    agent-loopspec-driventask-automationclaude-code

    ★ 0 · Updated 2026-09-18

    Runs a spec-driven agent loop to implement, verify, review, and archive task specifications using Claude Code or Codex CLI.

    ⚙ Scan task specs in queue⚙ Dispatch specs to AI agents⚙ Implement code based on specs
  • code-review-router - Intelligent Code Review Router for Gemini and Codex CLIs
    code-reviewgitroutinggemini-cli

    ★ 125 · Updated 2026-09-18

    Intelligently routes code reviews between Gemini CLI and Codex CLI based on tech stack, complexity, and change characteristics.

    ⚙ Check git repository status⚙ Verify CLI availability⚙ Analyze git diff statistics
  • probekit-project-hygiene - Project hygiene audit for codebases
    project-hygienecode-auditdead-codegit

    ★ 0 · Updated 2026-09-18

    Audits git-tracked files to detect project waste and generate justified cleanup plans.

    ⚙ Detect dead non-source files⚙ Find unused code exports⚙ Identify duplicate files
  • env-secrets-hygiene - Audit repo secrets, fix env setup, and rotate leaked keys
    SecuritySecretsEnvironmentGit

    ★ 3 · Updated 2026-09-18

    Audits working tree and git history for leaked secrets, configures .env and .gitignore files, and guides key rotation.

    ⚙ Scan working tree for leaked secrets⚙ Scan git history for leaked secrets⚙ Verify .env git ignore status
  • golang-error-handling - Idiomatic Go Error Handling and Logging Best Practices
    goerror-handlingsloglogging

    ★ 0 · Updated 2026-09-18

    Idiomatic Go error handling and structured logging guidelines, covering error wrapping, inspection, audit modes, slog integration, and production practices.

    ⚙ Write idiomatic Go error handling⚙ Audit error handling practices⚙ Review error handling code changes
  • merge-queue - Serialized Commit Control for Agent Branches
    gitmerge-queueatomic-lockidempotency

    ★ 3 · Updated 2026-09-18

    Manages serialized merge queues for agent branches, covering atomic locking, idempotency checks, non-fast-forward merges, and worktree cleanup.

    ⚙ Acquire atomic merge lock⚙ Verify branch state⚙ Perform non-fast-forward merges
  • using-git-worktrees - Set up an isolated workspace using git worktrees.
    gitworktreeworkspaceisolation

    ★ 0 · Updated 2026-09-18

    Ensures an isolated workspace exists via native tools or git worktree fallback before starting feature work or executing implementation plans.

    ⚙ Detect existing workspace isolation⚙ Create workspace using native tools⚙ Create worktree via git fallback
  • teach - Topic-focused guided lessons built from checkpoints
    educationcheckpointgitonboarding

    ★ 0 · Updated 2026-09-17

    Synthesizes topic-focused guided lessons from canonical repository checkpoints.

    ⚙ Verify repository and CLI availability⚙ Search canonical checkpoints by topic⚙ Explain anchor checkpoints using CLI
  • reflect - Analyze current session and propose skill improvements.
    reflectionskill-improvementgitsession-analysis

    ★ 1 · Updated 2026-09-17

    Analyzes session interactions to propose, apply, and commit skill improvements or toggle auto-reflection settings.

    ⚙ Analyze session interactions⚙ Propose skill improvements⚙ Apply skill file changes

Scroll to load more