-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Story Summary
As a developer, I want Claude Code to automatically review pull requests in ghost-stack, so that I get AI-assisted code review on every PR without manual intervention.
✅ Acceptance Criteria
-
.github/workflows/claude-review.ymlexists and is active onmain - Claude posts a review response on PRs when triggered via
@claudecomment -
@claudementions in PR comments trigger a response
📝 Additional Context
- Uses
CLAUDE_CODE_OAUTH_TOKENsecret (1-year token fromclaude setup-token) - Action:
anthropics/claude-code-action@v1 - Trigger:
@claudecomment fromnoahwhiteonly (restricted to prevent abuse on public repo) - Verified working on PR chore(deps): update mysql docker tag to v9 #287
📦 Definition of Ready
- Acceptance criteria defined
- No unresolved external dependencies
- Story is estimated
- Team has necessary skills and access
- Priority is clear
- Business value understood
✅ Definition of Done
- All acceptance criteria met
- Unit/integration tests written & passing
- Peer-reviewed
- Docs updated (if applicable)
- Verified in staging (if needed)
- No critical bugs/regressions
Reactions are currently unavailable