Skip to main content
ClaudeWave
Skill1.3k estrellas del repoactualizado today

spk-doctrine-bulk-edit

The spk-doctrine-bulk-edit skill identifies when users request broad changes like renaming, replacing, or reclassifying multiple instances across a codebase. Use it to classify occurrences before modification, distinguish true matches from false positives and unrelated homonyms, confirm edit scope when impact is unclear, and execute the safest narrowest change with verification of sample cases.

Instalar en Claude Code
Copiar
git clone --depth 1 https://github.com/Priivacy-ai/spec-kitty /tmp/spk-doctrine-bulk-edit && cp -r /tmp/spk-doctrine-bulk-edit/src/doctrine/skills/spk-doctrine-bulk-edit ~/.claude/skills/spk-doctrine-bulk-edit
Después abre una sesión nueva de Claude Code; el skill carga automáticamente.

SKILL.md

# spk-doctrine-bulk-edit

Use this skill when the user asks for a broad rename, replace, migration,
classification, or other multi-occurrence edit.

## Flow

1. Classify occurrences before changing them.
2. Separate true matches, false positives, generated artifacts, and unrelated
   homonyms.
3. Confirm edit policy when the blast radius is unclear.
4. Execute the narrowest safe change and verify representative cases.

## Legacy Alias

For detailed DIRECTIVE_035 handling, use
`spec-kitty-bulk-edit-classification` when available.