apply-feedback

Groups inline feedback by chapter and prepares auditable Markdown edit plans for user approval.

Updated Apr 12, 2026
One-click install
npx skills add https://github.com/JaesikYun-jax/ai-breeder-game --skill apply-feedback
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: apply-feedback
Source: https://github.com/JaesikYun-jax/ai-breeder-game/tree/main/.claude/_legacy_skills/apply-feedback
Command: npx skills add https://github.com/JaesikYun-jax/ai-breeder-game --skill apply-feedback

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the analysis of inline feedback and applies edits to original Markdown content, reducing manual review time. It pulls feedback from the project data and updates the text while preserving tone and structure.

Core Features & Use Cases

  • Automatic loading and grouping of inline feedback by chapter
  • Intelligent edit suggestion and auditable change plans
  • Safe application workflow with a user approval step for deployments

Quick Start

Run /apply-feedback to automatically load pending feedback and start applying edits to your Markdown chapters.

Frequently Asked Questions about apply-feedback

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

FAQPage Schema
How do I apply inline feedback edits to Markdown files automatically?

Applying inline feedback to Markdown happens by reading pending items from feedback JSON, grouping them by chapter, and generating an auditable edit plan for user approval before applying text changes to preserve tone and structure.

Can I group novel feedback by chapter before applying edits to Markdown?

Grouping novel feedback by chapter is supported by automatically loading pending feedback items and organizing them by chapter to streamline the editing workflow for your Markdown content.

How does the feedback application workflow handle edit approval?

The feedback application workflow handles edit approval by preparing a safe, auditable edit plan that suggests edits and requires explicit user approval before any changes are deployed to the original Markdown sources.

Do I need external dependencies to apply inline feedback to Markdown?

No external dependencies are needed; the skill operates entirely by reading local project configuration and feedback JSON, requiring no external system changes to analyze and prepare your Markdown edit plans.

What is the best way to manage inline feedback for Markdown novels?

Managing inline feedback for Markdown novels is best handled by an automated workflow that reads feedback JSON, groups items by chapter, and creates an auditable edit plan to ensure safe and structured content updates.