skills/prompt-prose-reviewer/SKILL.md
Apply prompt-design rules when reviewing prompt-prose subjects in a diff. Detects which files (or sub-blocks) are prompt prose, applies R1-R7 + cross-cutting principles + finding-type gate, and emits findings with proper change_type tagging. Preloaded by reviewer agents that may encounter prompt prose in their review subject.
npx skillsauth add dfrysinger/qrspi-plus skills/prompt-prose-reviewerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
!cat skills/_shared/prompt-prose-detection.md
<!-- INCLUDE-END: prompt-prose-detection --> <!-- INCLUDE-BEGIN: prompt-prose-reviewer-addition -->!cat skills/_shared/prompt-prose-reviewer-addition.md
<!-- INCLUDE-END: prompt-prose-reviewer-addition --> <!-- Guard: if you do not see content between any INCLUDE-BEGIN/INCLUDE-END pair above, do NOT apply this skill. Surface a load error naming the missing block and stop — partial context is worse than no skill. -->development
Use when starting any conversation — establishes the QRSPI pipeline for agentic software development, requiring structured progression through Goals, Questions, Research, Design, Phasing, Structure, Plan, Parallelize, Implement, Integrate, Test, with Replan firing between phases
development
Use when implementation is complete (after Integrate in full pipeline, after Implement in quick fix) — runs acceptance testing against goals, routes failures through fix pipeline, handles phase completion and PR creation
testing
Use when design.md is approved and the QRSPI pipeline needs file/component mapping — maps vertical slices to specific files, interfaces, and component boundaries
development
Cross-cutting QRSPI reviewer protocol — finding schema, change-type classifier, untrusted-data handling, and dispatch contract. Per-channel emission contracts live in sibling files first-party-emission.md and third-party-emission.md.