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: GitHub issue URL

Browse skills that use this input.

  • impl - Iterative Implementation Cycle for Development Tasks
    developmentimplementationGitGitHub

    ★ 0 · Updated 2026-03-09

    Performs iterative implementation cycles including scope splitting, development, review, and PR creation

    ⚙ read GitHub issues⚙ analyze specifications⚙ split implementation scope
  • do-issue - Fix GitHub issues with parallel subagent execution
    githubissuessubagentsparallel

    ★ 602 · Updated 2026-03-09

    Systematically fixes GitHub issues using subagent-driven development with parallel execution

    ⚙ fetch GitHub issue details⚙ create task breakdown plan⚙ dispatch parallel subagents
  • create-plan - Create PLANS.md execution plan document for project management
    project-managementdocumentationplanninggithub

    ★ 9 · Updated 2026-02-18

    Create a PLANS.md file in the project root directory to track project execution

    ⚙ create PLANS.md file⚙ extract GitHub issue details⚙ populate PLANS.md sections
  • convert-github-issue-to-discussion - Convert GitHub Issues to Discussions with Browser Automation
    GitHubissuediscussionconversion

    ★ 0 · Updated 2026-02-18

    Converts GitHub issues to discussions using browser automation

    ⚙ open browser in headed mode⚙ wait for user login⚙ navigate to issue page
  • convert-github-issue-to-discussion - Convert GitHub issues to discussions with browser automation
    GitHubautomationbrowserissue-management

    ★ 0 · Updated 2026-02-18

    Convert GitHub issues to discussions using browser automation

    ⚙ open GitHub issue page⚙ wait for user login⚙ click convert button
  • convert-github-issue-to-discussion - Convert GitHub Issues to Discussions with Browser Automation
    GitHub automationbrowser automationissue managementdiscussion conversion

    ★ 1,006 · Updated 2026-02-18

    Convert GitHub issues to discussions using browser automation when the GitHub CLI doesn't support this operation

    ⚙ open browser in headed mode⚙ wait for user login⚙ navigate to issue page
  • work-on-issue - Analyze and fix GitHub issues automatically
    githubissuedevelopmentautomation

    ★ 0 · Updated 2026-02-14

    Review, implement fixes, and create pull requests for GitHub issues

    ⚙ fetch issue details⚙ create git branch⚙ analyze code problem