## Current Behavior The Claude Code setup has basic workflow automation but lacks comprehensive tooling permissions and detailed guidance for issue management. The workflow documentation contains redundant sections and some outdated commands. ## Expected Behavior With these changes, the Claude Code integration will have: - Enhanced tool permissions for better CI/CD workflow support - Comprehensive GitHub CLI commands for efficient multi-issue management - Clear mandatory requirements for PR template completion - Streamlined documentation with accurate command references ## Related Issue(s) This PR builds upon the initial Claude Code setup from #31380 by refining the workflow configuration and improving the developer experience.
31 lines
843 B
Markdown
31 lines
843 B
Markdown
# Claude Issue Workflow Usage Guide
|
|
|
|
## Quick Start
|
|
|
|
## Expected Outputs
|
|
|
|
### Planning Phase
|
|
|
|
- Detailed analysis comment posted to issue
|
|
- Implementation plan with steps and file changes
|
|
- Testing strategy and validation steps
|
|
- Risk assessment
|
|
|
|
### Implementation Phase
|
|
|
|
- Code changes made according to plan
|
|
- Tests run and validated
|
|
- Feature branch created: `fix/issue-{number}`
|
|
- PR suggestion with proper title format
|
|
|
|
## Manual Override
|
|
|
|
If you need to work on an issue manually, use the `/gh-issue-plan` command for structured guidance following the same workflow patterns.
|
|
|
|
## Troubleshooting
|
|
|
|
- Ensure you're on the authorized users list
|
|
- Check that the issue has sufficient detail for analysis
|
|
- For implementation, ensure a plan comment exists from the planning phase
|
|
- If workflows fail, check the Actions tab for detailed logs
|