fable-advisor

Orchestrate multi-agent Fable 5 code builds with planning and pre-commit review.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the challenge of maintaining high-quality, reliable code output by separating the execution of tasks from the planning and review phases, ensuring that the agent building the code is not the same entity grading it.

Core Features & Use Cases

  • Persistent Fable 5 Advisor: Provides a long-lived subagent that authors plans and consults on implementation checkpoints.
  • Binding Pre-commit Review: Uses a fresh, independent Fable 5 reviewer to issue a final verdict before any code is committed.
  • GitHub Integration: Automatically gates tasks against existing issues, posts implementation plans as comments, and manages the full build-and-ship pipeline.

Quick Start

Trigger the fable-advisor skill by typing execute this with a fable advisor followed by your task description or GitHub issue reference.

Frequently Asked Questions about fable-advisor

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

FAQPage Schema
How do I automate code review and planning for GitHub issue resolution?

Automated code review and planning for GitHub issue resolution is handled by orchestrating a multi-agent workflow that separates code execution from a persistent planning advisor and a binding pre-commit reviewer. This enforces high-integrity code delivery by ensuring the builder is not the grader.

What is the best way to separate code execution from planning in an automated workflow?

Separating code execution from planning is achieved by deploying a persistent Fable 5 planning advisor to author plans and consult on checkpoints, while a fresh, independent Fable 5 reviewer issues a final binding verdict before any commit occurs.

Can I gate automated software development tasks against existing GitHub issues?

Gating automated software development tasks against existing GitHub issues is supported natively. The workflow automatically synchronizes with GitHub, posts implementation plans as comments, and manages the build-and-ship pipeline through rigorous quality gate enforcement.

How do I enforce pre-commit quality gates in an AI-driven development pipeline?

Pre-commit quality gates are enforced by a separate, independent Fable 5 reviewer subagent that evaluates the built code and issues a binding final verdict before any commit is authorized within the automated GitHub pipeline.

Does the multi-agent code review workflow require specific environment setup or dependencies?

The multi-agent code review workflow requires no external dependencies to function. It operates as a self-contained skill that orchestrates specialized subagents for planning, execution, and review phases directly within your environment.

Why use a separate planning advisor and reviewer instead of a single AI agent for coding tasks?

Using a separate planning advisor and reviewer instead of a single AI agent prevents conflicts of interest where the entity building the code also grades it. This separation maintains high-quality, reliable code output through independent checkpoint consultation and binding verification.