Fetch and apply fixes based on GitHub PR comments.
Fetches unresolved GitHub PR comments and applies fixes to the codebase.
/plugin marketplace add yaakaito/env/plugin install base@yaakaito-envUse the github-pr-unresolved-review-fetcher skill to fetch unresolved review comments, then apply fixes based on those comments.
Fetch unresolved comments:
Analyze and apply fixes:
<review-comment>, read the file at <file> path<line> that needs modification<body> contentStage changes:
git add to stage the modified files## Applied Fixes
### File: {path}
**Comment by @{author}:** {comment_body}
**Applied fix:** {description_of_change}
[Repeat for each fix]
## Summary
- Modified {N} files
- Addressed {N} review comments
- Files changed: {list_of_files}