fix-prose

Solid

Clear the vale and cspell findings on a document whose content is already settled. A forked writer does the rounds and an independent reviewer reads the result, so the finding text never reaches this session. Takes the file plus the lint command that judges it. Use it when a draft is written but its prose gates are still red, or when a lint task has come back with findings more than once.

AI & Automation 73 stars 6 forks Updated 2 days ago MIT

Install

View on GitHub

Quality Score: 88/100

Stars 20%
62
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Clear the prose findings on a settled draft Run two forked skills against each other until the document holds up. Findings, retries, and rejected wordings stay in their context rather than this one. That's the whole reason the skill exists. A twenty-line commit message can cost four rounds of vale output, none of it worth the context it occupies here. Use it once the document says what it should say. The writer changes wording rather than claims, so a draft still arguing with itself needs its author instead. ## Preflight !`bash ${CLAUDE_SKILL_DIR}/scripts/preflight.sh $ARGUMENTS` Read the verdict before anything else. `BLOCKED` there means no agent can help. The file is missing, no rule set covers the path, or the document is already clean. Say which and hand back. The preflight prints counts and verdicts rather than findings, on purpose. This body loads into your context rather than a fork, so a finding printed here enters the context the skill exists to keep clear. ## Arguments `$ARGUMENTS` carries the file first, then the command that judges it. ```text COMMIT_AGENTMSG mise run lint-commit-msg PR_AGENTDESC.md mise run lint-pr-description docs/design.md mise run lint-draft docs/design.md ``` The command comes from the caller because nobody else knows which gate applies. A commit draft answers to the commit-msg scope, and a description to its own task. Anything else takes `mise run lint-draft`, which runs vale and cspell and rumdl together over one file. Prefer ...

Details

Author
tbhb
Repository
tbhb/vale-ai-tells
Created
8 months ago
Last Updated
2 days ago
Language
Shell
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category