athola/structured-output
Formats review deliverables with consistent structure for comparable findings. Use when finalizing any review or analysis that must be shared or compared.
npx skills add https://github.com/athola/claude-night-market --skill structured-output
structured-output:template-selected))structured-output:findings-formatted))structured-output:actions-assigned))structured-output:appendix-attached))Trigger Keywords: format, structure, deliverable, report, organize, present, consistent
Contextual Cues:
Auto-Load When: Finalizing any analysis deliverable or when consistent formatting is requested.
structured-output:template-selectedstructured-output:findings-formattedstructured-output:actions-assignedstructured-output:appendix-attachedMark each item complete as you finish the corresponding step.
structured-output:template-selected)structured-output:findings-formatted) ### [SEVERITY] Finding Title
**Location**: file.rs:123
**Anchor**: `verbatim source text copied from line 123`
**Category**: Security | Performance | Correctness | Style
**Description**: Brief explanation of the issue.
**Evidence**: [E1, E2] - Reference to evidence log.
**Recommendation**: Specific remediation steps.
Verification: Run the command with --help flag to verify availability.
source text at Location (not a paraphrase). It is what a second
pass re-reads to confirm the finding is real. A finding whose anchor
does not appear at its cited line is treated as a hallucination and
dropped. The check is mechanical: imbue:review-core Step 6 runs
plugins/imbue/scripts/citation_verifier.py over the findings.
structured-output:actions-assigned) ## Action Items
- [ ] [HIGH] Fix SQL injection in auth.py:45 (@security-team, P1)
- [ ] [MEDIUM] Add input validation to API endpoint (@backend, P2)
- [ ] [LOW] Update deprecated dependency (@devops, P3)
Verification: Run the command with --help flag to verify availability.
structured-output:appendix-attached) ## Appendix
### A. Commands Run
[Full evidence log from imbue:proof-of-work]
### B. External References
[Citations and documentation links]
### C. Raw Data
[Large outputs, full diffs, or data exports]
Verification: Run the command with --help flag to verify availability.
Before finalizing:
Anchor the citation verifierresolved (no unverified findings ship).
Take athola/structured-output from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.