Parent
#28
What to build
Add `--skill ` flag to `skill-writer test`.
When `--skill` is provided, the prompt passed to claude must be built as:
```
@/absolute/path/to/SKILL.md
\`\`\`
The `@filepath` syntax is processed by the claude CLI and injects the file content into the message. This was validated: it works correctly in `--print` mode.
Acceptance criteria
Tests
Add cases to `config/ai/claude/claudecode/skills/skill-writer/tests/skill-writer.bats` covering all acceptance criteria above. The mock `claude` should save its last argument (the prompt) to a temp file so tests can inspect what was actually passed.
Blocked by
Parent
#28
What to build
Add `--skill ` flag to `skill-writer test`.
When `--skill` is provided, the prompt passed to claude must be built as:
```
\`\`\`@/absolute/path/to/SKILL.md
The `@filepath` syntax is processed by the claude CLI and injects the file content into the message. This was validated: it works correctly in `--print` mode.
Acceptance criteria
Tests
Add cases to `config/ai/claude/claudecode/skills/skill-writer/tests/skill-writer.bats` covering all acceptance criteria above. The mock `claude` should save its last argument (the prompt) to a temp file so tests can inspect what was actually passed.
Blocked by