PavelGuzenfeld

Rectify — Documentation skill for Claude Code

Documentation community

Auto-fix internal inconsistencies in a doc/plan against code, logs, or other docs.

How to install Rectify

Installs to ~/.claude/skills/pavelguzenfeld-agent-sdlc-rectify/SKILL.md

Terminal
mkdir -p ~/.claude/skills/pavelguzenfeld-agent-sdlc-rectify && curl -fsSL https://raw.githubusercontent.com/PavelGuzenfeld/agent-sdlc/HEAD/commands/rectify.md -o ~/.claude/skills/pavelguzenfeld-agent-sdlc-rectify/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Rectify does


description: Auto-fix internal inconsistencies in a doc/plan against code, logs, or other docs. Asks per conflict, applies the fix, shows one diff at the end.

Rectify

Find and fix internal inconsistencies in a target document or plan.

Target and context

  • If $ARGUMENTS names files: the first is the target to fix; the rest are context sources to check it against (code repo, other docs, logs).
  • If $ARGUMENTS is empty: the target is the plan/doc under discussion in t

Alternatives in Documentation

  • CLAUDE.md - Contributor Guide — For End Users: See README.md for installation and usage 1.4k ★
  • Apply Self Review — Apply the approved improvements from the latest memory-self-review PROPOSAL 297 ★
  • Update Turbo — Update installed Turbo skills from the local repo at ~/.turbo/repo/ with a dynamic changelog and interactive c 263 ★

Full documentation available on GitHub

View Source Repository