fableplan-work-on-issue

Plan and implement GitHub issues with Fable 5 subagents and create pull requests.

45|7|Updated Jul 4, 2026
One-click install
npx skills add https://github.com/richkuo/rk-skills --skill fableplan-work-on-issue
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: fableplan-work-on-issue
Source: https://github.com/richkuo/rk-skills/tree/main/skills/fableplan-work-on-issue
Command: npx skills add https://github.com/richkuo/rk-skills --skill fableplan-work-on-issue

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill eliminates the manual overhead of planning and implementing GitHub issues by chaining Fable 5 planning with automated code implementation, ensuring a consistent, vetted workflow from idea to pull request.

Core Features & Use Cases

  • Automated Planning: Leverages the Fable 5 subagent to generate and post a vetted implementation plan directly to the GitHub issue.
  • Isolated Implementation: Executes the plan in a clean worktree, ensuring the codebase remains stable while changes are applied.
  • Use Case: When you have a well-defined issue and want to skip the manual planning phase, use this skill to have Fable 5 draft the technical approach and immediately generate the corresponding pull request.

Quick Start

Use the fableplan-work-on-issue skill to plan and implement the changes for issue number 42.

Frequently Asked Questions about fableplan-work-on-issue

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate GitHub issue planning and pull request creation?▼

Automating GitHub issue planning involves chaining subagents to generate technical implementation plans and execute code changes directly. The workflow drafts a vetted implementation plan, applies changes in an isolated worktree, and opens a pull request automatically.

What is the best way to generate an implementation plan for a GitHub issue?▼

Generating an implementation plan for a GitHub issue uses Fable 5 subagents to analyze the request and post a structured technical approach. This mechanism ensures a consistent, vetted workflow from the initial idea to automated code generation.

How does automated code generation work in an isolated worktree?▼

Automated code generation in an isolated worktree executes the planned changes in a clean environment separate from your main codebase. This ensures the repository remains stable while the subagent applies the modifications and prepares the pull request.

Do I need GitHub CLI to automate issue implementation?▼

Yes, GitHub CLI integration is required to automate issue implementation. It facilitates managing issue state transitions, posting implementation plans, and creating pull requests directly from the automated workflow.

Can I use automated issue planning for well-defined software engineering tasks?▼

Automated issue planning is designed for well-defined software engineering tasks requiring structured implementation. It skips manual planning by having subagents draft the technical approach and immediately generate the corresponding pull request.