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 commit history

Browse skills that use this input.

  • release - PR Insights Labeler Release Automation
    releaseautomationsemvergithub-release

    ★ 4 · Updated 2026-09-24

    Automates semantic versioning releases, quality checks, changelogs, GitHub Releases, and major version tag updates for PR Insights Labeler.

    ⚙ Validate pre-release environment⚙ Execute release script⚙ Run quality checks
  • sync-claude-md - Synchronize CLAUDE.md with codebase changes
    claude-mdgitdocumentationsynchronization

    ★ 18 · Updated 2026-09-23

    Synchronizes project CLAUDE.md files with codebase changes by analyzing git history and Anthropic best practices.

    ⚙ Analyze git commit history⚙ Review against official best practices⚙ Generate CLAUDE.md update proposals
  • Testing Legacy Strategies - Establishing a safety net for untested Android legacy code
    AndroidTestingLegacy CodeRobolectric

    ★ 10 · Updated 2026-09-23

    Provides strategies and tools to freeze existing behavior with characterization tests, visual regression, and baseline contraction on legacy Android code.

    ⚙ Identify high risk legacy files⚙ Write characterization tests⚙ Configure Robolectric Native Graphics
  • brainstorming - Brainstorming ideas into designs
    brainstormingdesignspecificationarchitecture

    ★ 3 · Updated 2026-09-23

    Explores user intent and requirements through dialogue to create and validate design specifications before implementation.

    ⚙ Explore project context⚙ Ask clarifying questions⚙ Propose alternative approaches
  • 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
  • systematic-debugging - Systematic 4-phase root cause debugging process
    debuggingtroubleshootingproblem-solvingroot-cause

    ★ 0 · Updated 2026-09-22

    A four-phase debugging process to investigate and identify root causes before attempting code fixes.

    ⚙ Investigate bug root causes⚙ Reproduce issues consistently⚙ Trace upstream data flow
  • claude-transfer - Cleanly pause or resume Claude session handoffs using briefs.
    claude-codesession-handoffworkflowcontext-management

    ★ 0 · Updated 2026-09-21

    Writes or resumes lean pointer-based handoff briefs in a git-ignored directory to transfer context between Claude sessions on the same repository.

    ⚙ Write session handoff brief⚙ Resume work from handoff brief⚙ Review handoff plan before writing
  • review - Review code diffs across standards, spec, and risk gates.
    code-reviewdiffpull-requestgit

    ★ 34 · Updated 2026-09-21

    Reviews a diff since a fixed point across Standards, Spec, and risk gates.

    ⚙ Gather spec and standards sources⚙ Spawn parallel review hat subagents⚙ Deduplicate and merge review findings
  • pm-retro - Compare roadmap NOW items against git commits for PM retros.
    pmretrospectiveroadmapgit

    ★ 49 · Updated 2026-09-21

    Compares roadmap items with git commit history to analyze shipped work, unplanned changes, and carry-forward tasks.

    ⚙ Read wiki docs and OKRs⚙ Fetch git repo commit history⚙ Synthesize planned vs shipped work
  • blade-storm - Collaborative Brainstorming and Design Exploration Tool
    brainstormingrequirements-designarchitecturedocumentation

    ★ 0 · Updated 2026-09-21

    Refines vague ideas into actionable technical design documents through progressive questioning and iterative solution confirmation.

    ⚙ Scan project status and conventions⚙ Ask progressive questions for requirements⚙ Compare multiple implementation ideas
  • git-merge-resolving - Resolving Git merge and rebase conflicts
    gitmergeconflict-resolutionrebase

    ★ 0 · Updated 2026-09-21

    Resolves Git merge and rebase conflicts by analyzing commit intent, handling union conflicts, regenerating generated files, and attributing test failures.

    ⚙ Analyze commit intent from history⚙ Port additions into evolved lineage⚙ Combine union textual conflicts
  • tech-due-diligence - Technical Due Diligence
    due-diligencecode-auditrisk-assessmentarchitecture

    ★ 0 · Updated 2026-09-20

    Evaluates codebase risk and remediation effort for transactions, delivering clear recommendations for non-technical decision-makers.

    ⚙ Assess architecture and scalability ceiling⚙ Evaluate security and data privacy risks⚙ Audit open source licensing obligations
  • engagement-retro - Weekly retro for a single customer engagement
    retroengagementretrospectivecustomer-management

    ★ 39 · Updated 2026-09-18

    Produces a weekly retro for a customer engagement by analyzing commit history, recent artifacts, and current blockers.

    ⚙ Collect activity history and commits⚙ Read engagement context and state⚙ Prompt FDE with retrospective questions
  • debug - Unified root cause debugging workflow
    debuggingroot-cause-analysistroubleshootingcode-search

    ★ 0 · Updated 2026-09-16

    Enforces a root cause debugging workflow consisting of investigation, understanding, reasoning, and fixing for bugs, errors, or unexpected behavior.

    ⚙ Search codebase for code patterns⚙ Search GitHub for known issues⚙ Analyze root cause of bugs
  • plan-validating - Validate Plan Execution
    validationtestinggitplan

    ★ 0 · Updated 2026-09-15

    Validate that an implementation plan was correctly executed and verify success criteria.

    ⚙ Gather implementation evidence from git⚙ Verify code and schema changes⚙ Run automated check commands
  • generate-release-notes - Generate or complete OWASP Juice Shop release notes.
    gitrelease-notesdocumentationowasp-juice-shop

    ★ 0 · Updated 2026-09-14

    Generates or completes release notes based on git logs, file diffs, and project iconography patterns.

    ⚙ Gather git logs and commit history⚙ Categorize changes using section icons⚙ Format release notes and disclaimers
  • patch-notes - Generate player-facing patch notes from development data.
    patch-noteschangeloggitrelease

    ★ 6 · Updated 2026-09-13

    Generates player-facing patch notes from git history, changelogs, sprint data, and balance documents.

    ⚙ Parse release version and style arguments⚙ Gather change data from multiple sources⚙ Categorize changes into player-facing categories
  • push-checkpoint - Periodic quality checkpoint for git pushes
    gitcode-reviewtestingquality-gate

    ★ 1 · Updated 2026-09-13

    Runs scoped code reviews and project tests on periodic git push checkpoints to ensure project health.

    ⚙ Establish commit review range⚙ Perform scoped code review⚙ Execute project tests and linter
  • systematic-debugging - 4-Phase Systematic Debugging Methodology
    debuggingtroubleshootingroot-cause-analysis

    ★ 1 · Updated 2026-09-11

    Provides a 4-phase methodology with root cause analysis and evidence-based verification for debugging complex issues.

    ⚙ Reproduce issues reliably⚙ Isolate problem sources⚙ Perform root cause analysis
  • Team Collaboration Standup Notes - Generate daily standup notes from commits and tickets.
    standup-notesteam-collaborationgitjira

    ★ 8 · Updated 2026-09-11

    Generates daily standup notes by analyzing Obsidian vaults, Jira tickets, Git commit history, and calendar events for team coordination.

    ⚙ Generate daily standup notes⚙ Extract accomplishments from commit history⚙ Query Jira tickets for updates

Scroll to load more