Analyze and fix a GitHub issue. Provide the issue number as argument.
Read the Issue
gh issue view {issue_number}
Understand the Problem
Find Related Code
Plan the Fix
Implement the Fix
Verify the Fix
cargo testcargo clippy --all-targets -- -D warningsCreate Commit
fix: description (closes #issue_number)## Issue #{issue_number}: {title}
### Analysis
- Type: Bug/Feature/Refactor
- Affected files: [list]
- Root cause: [description]
### Changes Made
- [File]: [Description of changes]
### Tests
- [New/Modified tests]
### Verification
- Tests: PASS/FAIL
- Clippy: PASS/FAIL
### Commit
- Message: [commit message]
- Files: [list of committed files]
gh) to be authenticated