tests/fixtures/u14-worktree-confusable/skills/goals/SKILL.md
--- name: goals-confusable-prefix-fixture --- # Goals (confusable-prefix fixture) This fixture file lives under `tests/fixtures/u14-worktree-confusable/skills/goals/SKILL.md`. The ancestor directory `u14-worktree-confusable` contains the substring `integrate` as a non-skill directory segment. The skill slug extracted by the slug extractor is `goals` (the path segment immediately after `skills/`), NOT `integrate`. U14 lint MUST PASS for this file because the slug extractor resolves to `goals`
npx skillsauth add dfrysinger/qrspi-plus goals-confusable-prefix-fixtureInstall 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.
This fixture file lives under tests/fixtures/u14-worktree-confusable/skills/goals/SKILL.md.
The ancestor directory u14-worktree-confusable contains the substring integrate as a
non-skill directory segment. The skill slug extracted by the slug extractor is goals
(the path segment immediately after skills/), NOT integrate.
U14 lint MUST PASS for this file because the slug extractor resolves to goals, which
does not match the exclusion list. This fixture verifies that the slug-anchored extraction
eliminates the worktree-path false-positive class.
documentation
Apply prompt-design rules when authoring or planning prompt-prose deliverables. Detects whether a deliverable IS prompt prose, and only then Reads the rules and applies R1-R7 before drafting. Preloaded by agent files that may author prompt prose.
testing
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.
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