What problem does it solve?
This Skill removes hard-coded, CEO-facing notification text from workflows and hook scripts so the messages can be maintained as separate Markdown files without changing behavior.
Core Features & Use Cases
- Targeted Detection: Finds long notification bodies embedded in GitHub Actions workflows and shell hooks using mechanical pattern matching.
- Safe Migration Flow: Proposes file-by-file diffs, waits for CEO approval, and then rewrites only the approved text.
- Validation and Guardrails: Preserves exact message content, avoids secrets and permissions sections, and verifies the migration with strict consistency checks.
- Use Case: A repository maintainer wants to clean up a noisy workflow or hook by extracting its embedded alert text into a dedicated Markdown file while keeping runtime behavior unchanged.
Quick Start
Use this Skill to scan workflow and hook files, extract eligible notification text into Markdown, and apply only the approved changes after human review.