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.

implement-issue - Triage, plan, and implement fixes for GitHub issues

Triages GitHub issues, researches codebase context, creates worktrees, drafts implementation plans, writes fixes, and runs verification checks.

Tags

Updated: 2026-09-18

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • Fetch GitHub issue details
  • Research relevant codebase paths
  • Create git worktrees and branches
  • Draft structured implementation plans
  • Apply code and test changes
  • Run test and lint verification

Inputs

  • GitHub issue number
  • Maintainer hints and context

Outputs

  • Git worktree and feature branch
  • Implementation plan
  • Updated codebase and test files
  • Verification summary report

Requirements

  • GitHub CLI (gh)
  • Git with worktree support
  • worktree-issue skill
  • Make build system
  • Pytest testing framework

Source

  • Spec: SKILL.md
github
issue-tracking
git-worktree
bug-fix
feature-implementation
testing
Fetch GitHub issue details
Research relevant codebase paths
Create git worktrees and branches
Draft structured implementation plans
GitHub issue number
Maintainer hints and context
Git worktree and feature branch
Implementation plan
Updated codebase and test files