Syntax
Description
Thefeedback show command displays comprehensive details about a feedback entry, including:
- Feedback ID and type
- Source issue and target spec
- Dismissed status and agent
- Creation and update timestamps
- Full feedback content
- Anchor location with status
- Original location (if relocated or stale)
- Context snippets
feedback list which only shows a preview.Arguments
FB-001The unique identifier for the feedback entry.Examples
Show Basic Feedback
Display feedback details:Expected output
Expected output
Show Feedback with Stale Anchor
View feedback with outdated anchor:Expected output
Expected output
Show Relocated Feedback
View feedback that was moved:Expected output
Expected output
Show Dismissed Feedback
View resolved feedback:Expected output
Expected output
Show Comment Feedback
View implementation notes:Expected output
Expected output
JSON Output
Get machine-readable output:JSON output
JSON output
Understanding Feedback Details
Feedback Types
comment
suggestion
request
Anchor Status
The anchor status indicates whether the feedback location is still accurate:valid (green)
relocated (yellow)
stale (red)
feedback relocate to manually fix the anchor.Original Location
When feedback has been relocated or become stale, the “Original Location” section shows:- The line number where the anchor was originally created
- The section heading at that original location
Common Workflows
Review Feedback Before Responding
Show feedback details
View spec context
Update spec if needed
Dismiss feedback
Investigate Stale Feedback
Find stale feedback
Show details
View current spec
Relocate or dismiss
Audit Implementation Feedback
View all feedback from a completed issue:List issue feedback
Review each entry
Extract learnings
Generate Feedback Report
Create a summary of feedback:Scripting Examples
Extract Feedback Content
Check Anchor Status
Find Feedback Location
Batch Review
Common Questions
How do I see the feedback in context of the spec?
How do I see the feedback in context of the spec?
spec show to view the spec with all its feedback:What does the snippet show?
What does the snippet show?
Can I edit feedback after creating it?
Can I edit feedback after creating it?
- Dismiss the old feedback
- Add new feedback with updated content
Why does dismissed feedback show old timestamps?
Why does dismissed feedback show old timestamps?
updated_at reflects when the feedback was last modified, including when it was dismissed. The dismiss action updates this timestamp.What's the difference between context_before and context_after?
What's the difference between context_before and context_after?
- context_before - Text above the anchor location
- context_after - Text below the anchor location
Can I show multiple feedback entries at once?
Can I show multiple feedback entries at once?
Troubleshooting
Error: Feedback not found
Error: Feedback not found
Anchor shows as stale but content looks correct
Anchor shows as stale but content looks correct
Original location is missing
Original location is missing
Content is truncated in JSON output
Content is truncated in JSON output
Related Commands
feedback list
feedback add
feedback dismiss
feedback relocate
spec show
issue show
Next Steps
List feedback
Show details
Review spec
Take action

