AgentSkillsCN

Feedback

反馈

SKILL.md

Leave Feedback

Provide structured feedback on plan or code review.

-> Full workflow in PROCESS.md

Format

markdown
## Feedback: {task-id}

**Reviewer:** {your-role}
**Date:** {timestamp}
**Vote:** {ACCEPT | REVISE}

### Comments

#### {BLOCKER | IMPORTANT | MINOR}: {Title}
**Location:** {file:line or proposal section}
**Issue:** {description}
**Suggestion:** {how to fix}

### Summary
{Overall assessment}

Vote Options

VoteWhen
ACCEPTAll review criteria satisfied; no BLOCKER items
REVISEBLOCKER issues found; must provide actionable feedback

Binary only. No intermediate levels.

Severity Vocabulary

SeverityWhen to UseBlocks?
BLOCKERSecurity, type errors, test failures, broken production code pathsYes
IMPORTANTPerformance, missing validation, architectural concernsNo (follow-up epic)
MINORStyle, optional optimizations, naming improvementsNo (follow-up epic)

Steps

  1. Ask what to review (proposal, code changes, slice)
  2. Read content thoroughly
  3. Read the URD for requirements context: bd show <urd-id>
  4. Apply relevant review criteria (see CONSTRAINTS.md)
  5. Format feedback using the template
  6. Add feedback via Beads: bd comments add <task-id> "VOTE: ..."
  7. Be specific and actionable