Generate issue files.
-
Create the review round directory determined in step 1.
-
Read references/issue-template.md for the canonical format.
-
For each issue identified in step 3, create an issue_NNN.md file in the review round directory.
-
Issue numbering starts at 001 and increments sequentially.
-
Each file must use this exact structure:
---
provider: manual
pr:
round: <N>
round_created_at: <UTC timestamp in RFC3339 format>
status: pending
file: path/to/file.go
line: 42
severity: high
author: claude-code
provider_ref:
---
# Issue NNN: <title>
## Review Comment
<detailed review body>
## Triage
- Decision: `UNREVIEWED`
- Notes:
-
The <author> field must be claude-code.
-
The provider_ref field must be empty.
-
The provider field must be manual.
-
The pr field is empty for manual reviews. If the user provides a PR number, include it.
-
The round field must match the directory number as an integer (not zero-padded).
-
The round_created_at field must use the same current UTC RFC3339 timestamp in every issue in this round.
-
The severity field must be exactly one of: critical, high, medium, low.