feat: improve resolve-pr-feedback skill (#379)

This commit is contained in:
Trevin Chow
2026-03-25 16:51:45 -07:00
committed by GitHub
parent efa798c52c
commit 2ba4f3fd58
9 changed files with 567 additions and 219 deletions

View File

@@ -44,7 +44,7 @@ The primary entry points for engineering work, invoked as slash commands:
| `/feature-video` | Record video walkthroughs and add to PR description |
| `/reproduce-bug` | Reproduce bugs using logs and console |
| `/report-bug-ce` | Report a bug in the compound-engineering plugin |
| `/resolve-pr-parallel` | Resolve PR comments in parallel |
| `/resolve-pr-feedback` | Resolve PR review feedback in parallel |
| `/sync` | Sync Claude Code config across machines |
| `/test-browser` | Run browser tests on PR-affected pages |
| `/test-xcode` | Build and test iOS apps on simulator |