Syntax
Description
Thefeedback list command displays feedback entries from your project with powerful filtering options. Use this to:
- View all feedback across your project
- Find feedback for a specific spec or issue
- Filter by feedback type (comment, suggestion, request)
- Show only active or dismissed feedback
- Identify feedback with stale anchors
- Feedback ID and status (active/dismissed)
- Anchor status (valid/relocated/stale)
- Source issue and target spec
- Feedback type and location
- Content preview (first 80 characters)
--limit to adjust.Options
--issue ISSUE-001Shows only feedback provided by this issue.--spec SPEC-001Shows only feedback received by this spec.--type requestValid types: comment, suggestion, request--dismissed true or --dismissed falsetrue- Show only dismissed feedbackfalse- Show only active feedback- Omit to show both
--limit 100Limits the number of feedback entries returned.Examples
List All Feedback
Show all feedback in the project:Expected output
Expected output
Filter by Spec
Show all feedback for a specific spec:Expected output
Expected output
Filter by Issue
Show all feedback provided by a specific issue:Expected output
Expected output
Filter by Type
Show only request-type feedback:Expected output
Expected output
Show Only Active Feedback
Exclude dismissed feedback:Expected output
Expected output
Show Only Dismissed Feedback
View resolved feedback:Expected output
Expected output
Combine Multiple Filters
Show active requests for a specific spec:Expected output
Expected output
Increase Result Limit
Show more results:Expected output
Expected output
JSON Output
Get machine-readable output:JSON output
JSON output
Understanding Output
Status Indicators
Each feedback entry shows two status indicators:Feedback Status
- active - Feedback needs attention
- dismissed - Feedback has been addressed or resolved
Anchor Status
- valid (green) - Anchor is accurate
- relocated (yellow) - Content moved, anchor updated
- stale (red) - Anchor may be invalid due to changes
feedback stale to find all stale anchors.Output Format
Each entry shows:- FB-001 - Feedback ID
- [active] - Not dismissed
- [valid] - Anchor is accurate
- ISSUE-001 → SPEC-001 - From issue to spec
- Type: request - Feedback type
- Authentication Flow (line 42) - Location in spec
- Token expiration… - Content preview (truncated at 80 chars)
Common Workflows
Review All Active Feedback
See what needs attention:List active feedback
Review each item
Address or dismiss
Audit Spec Quality
Check all feedback for a spec:List feedback for spec
Identify patterns
Update spec
Dismiss addressed feedback
Find Requests Needing Response
Show all unanswered clarification requests:Track Issue Feedback
See all feedback provided by an issue:Identify Stale Anchors
Find feedback that may need relocation:Filtering Strategies
By Source
By Target
By Type
By Status
Scripting Examples
Generate Feedback Report
Find Specs Needing Attention
Weekly Feedback Digest
Common Questions
How do I see feedback content in the list?
How do I see feedback content in the list?
Can I filter by agent?
Can I filter by agent?
What's the difference between dismissed and deleted?
What's the difference between dismissed and deleted?
- Dismissed - Marked as addressed but retained for audit trail
- Deleted - No delete command exists; dismiss instead to preserve history
Can I list feedback by date range?
Can I list feedback by date range?
How do I find feedback with stale anchors?
How do I find feedback with stale anchors?
Does --limit affect all filters?
Does --limit affect all filters?
Troubleshooting
No feedback found (but I know there is feedback)
No feedback found (but I know there is feedback)
Anchor status shows as stale but content hasn't changed
Anchor status shows as stale but content hasn't changed
List is truncated at 50 items
List is truncated at 50 items
Can't filter by multiple specs
Can't filter by multiple specs
Related Commands
feedback add
feedback show
feedback dismiss
feedback stale
spec show
issue show
Next Steps
List active feedback
Review details
Address feedback
Dismiss when done

