i-doc-fix

Automate documentation-only fixes across Markdown files from review feedback.

12|1|Updated Dec 27, 2025
One-click install
npx skills add https://github.com/apokamo/kaji --skill i-doc-fix
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: i-doc-fix
Source: https://github.com/apokamo/kaji/tree/main/.claude/skills/i-doc-fix
Command: npx skills add https://github.com/apokamo/kaji --skill i-doc-fix

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill addresses the need to resolve documentation review findings by updating only documentation artifacts, ensuring code, tests, and configuration remain unchanged.

Core Features & Use Cases

  • Document-only updates: Apply fixes to docs, comments, and markdown files without modifying source code or tests.
  • Consistency verification: Reconcile documentation with implemented behavior to maintain alignment across the project.
  • Review integration: Seamlessly integrate with issue review workflows by recording changes via documentation updates.

Quick Start

Update only documentation as per the latest review findings and commit the changes.

Frequently Asked Questions about i-doc-fix

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

FAQPage Schema
How do I fix markdown documentation based on review feedback without modifying code?

To fix markdown documentation without modifying code, you need a workflow that targets only markdown files for updates. This approach applies review feedback to docs while leaving source code, tests, and configuration files completely untouched.

What is the best way to ensure documentation updates align with implemented behavior?

Ensuring documentation updates align with implemented behavior requires a consistency verification step during the docs-review process. This mechanism validates that your documentation changes accurately reflect the project's actual implemented functionality before committing.

How do I automate documentation-only updates for project-wide markdown files?

Automating documentation-only updates for project-wide markdown files involves applying fixes across all relevant docs simultaneously. The process isolates documentation artifacts, applies the review findings, and records all changes for auditing purposes.

Can I apply change management to documentation updates without touching tests?

Yes, you can apply change management to documentation updates without touching tests by using an isolated docs-review workflow. This process strictly separates documentation artifacts from tests, ensuring only markdown files are modified and recorded.

What are the limitations of a workflow that only fixes documentation and leaves code untouched?

A workflow that only fixes documentation and leaves code untouched is limited to markdown updates and cannot resolve issues requiring source code or test modifications. It is designed exclusively for teams that separate docs from implementation.

Does i-doc-fix support integrating documentation fixes into existing issue review workflows?

i-doc-fix supports integrating documentation fixes into existing issue review workflows by recording all markdown changes for auditing. It ensures documentation updates are seamlessly committed in response to review feedback without touching code.