.agents/skills/pr-status-triage/workflow.md
rust check / build:
cargo fmt -- --checkcargo fmtlint / build:
pnpm prettier --write <file>After addressing a review comment (e.g., making the requested code change):
node scripts/pr-status.js reply-thread <threadNodeId> "Done -- <description of changes>"
node scripts/pr-status.js resolve-thread <threadNodeId>
The ready-to-use commands with the correct thread IDs are at the bottom of each thread-N.md file in scripts/pr-status/.
Important: Always reply with a description of the actions taken before resolving. This gives the reviewer context about what changed.