edi-feedback

Classifies and stores editorial feedback into a searchable log.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Telepotch/hirano-edi-on-claude-code --skill edi-feedback
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: edi-feedback
Source: https://github.com/Telepotch/hirano-edi-on-claude-code/tree/main/.claude/skills/edi-feedback
Command: npx skills add https://github.com/Telepotch/hirano-edi-on-claude-code --skill edi-feedback

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Editing feedback from editors and authors often arrives in unstructured form, making it hard to track, classify, and reuse for future revisions. This skill provides a standardized workflow to categorize feedback, persist it as structured records in a project-specific log, and surface actionable items for editorial QA.

Core Features & Use Cases

  • Classification: automatically categorize feedback into types like correction, revision, direction, or question, and assign an impact level.
  • Persistence & Traceability: store entries in .editorial/YYYY-MM.jsonl with metadata about source, type, scope, and status, enabling audit trails.
  • Editorial Rule Promotion: promote relevant feedback to EDITORIAL.md to codify project-wide rules, with provenance markers for traceability.
  • Use Case: during a manuscript review, paste editor or author notes; the skill logs each item for later consolidation and rule extraction.

Quick Start

Paste editorial feedback text into the system and run the edi-feedback skill to classify and persist it in your project’s editorial log.

Frequently Asked Questions about edi-feedback

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

FAQPage Schema
How do I organize unstructured editorial feedback into a structured log for book revisions?

The system categorizes editorial feedback into types like correction, revision, direction, or question, and assigns an impact level. This classification standardizes editor and author notes for tracking and reuse during manuscript revisions.

How do I track editorial feedback provenance and deduplicate records during manuscript review?

Editorial feedback provenance is preserved by storing entries in .editorial/YYYY-MM.jsonl with metadata about source, type, scope, and status. The system deduplicates new feedback against existing records to maintain a clean audit trail.

Can I promote selected editorial feedback into permanent project rules?

Yes, you can promote relevant editorial feedback to EDITORIAL.md to codify project-wide rules. Provenance markers are preserved during promotion to ensure traceability of the original feedback for future editorial QA.

What is the best way to classify editor and author notes for editorial QA?

The best way to classify editor and author notes is to paste the feedback text into the system and run an automated classification. It categorizes items by type and impact level, then logs them for later consolidation and rule extraction.