work-on-issue Skill
Start work on a GitHub issue. Extracts requirements, creates worktree, sets up TDD workflow. Published by huggingface in OpenEnv.
What is work-on-issue Skill?
Start work on a GitHub issue. Extracts requirements, creates worktree, sets up TDD workflow. Published by huggingface in OpenEnv. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Developers using OpenEnv
Technical details
- Install or run with Copy skill directory
When to use work-on-issue Skill
- Use it for developers using openenv.
Built with
Editorial notes
Source
- Creator: huggingface
- Repository: huggingface/OpenEnv
- Skill file: .claude/skills/work-on-issue/SKILL.md
What it does
Start work on a GitHub issue. Extracts requirements, creates worktree, sets up TDD workflow.
Skill instructions
/work-on-issue Start focused work on a GitHub issue using TDD workflow. EXECUTE THESE STEPS NOW When this skill is invoked, you MUST execute these steps immediately. Do NOT just describe what will happen - actually do it. Step 1: Parse Issue Number Extract the issue number from $ARGUMENTS: - Remove prefix if present - The issue number is: $ARGUMENTS Step 2: Spawn Issue Worker Agent Use the Task tool to spawn the issue-worker agent: Task tool: subagenttype: issue-worker prompt: "Read GitHub issue <NUMBER and extract: 1. Goal - what the user wants to achieve 2. Acceptance criteria - specific testable requirements 3. Edge cases and constraints 4. Suggested PR split if complex" Wait for the agent to return requirements. Step 3: Create Worktree After receiving requirements, run this command: bash .claude/scripts/worktree-create.sh issue-<NUMBER-<short-description Where <short-description is 2-3 words from the goal (e.g., add-mcp-tools). Step 4: Activate TDD Enforcement Activate TDD enforcem
Explore related resources
Frequently asked questions
What is work-on-issue?
work-on-issue is a open-source AI agent skill with Copy skill directory. Start work on a GitHub issue. Extracts requirements, creates worktree, sets up TDD workflow.
Who is work-on-issue best for?
work-on-issue is best for reusing agent instructions, scripts, and references.
How do I install work-on-issue?
Install or run work-on-issue using Copy skill directory. Check work-on-issue for the latest setup command.
Is work-on-issue actively maintained?
work-on-issue may need a closer maintenance check before production use.
Auto-fetched from GitHub.