PR Cycle Skill
- •Commit all staged changes with a conventional commit message
- •Push to the current branch
- •Update the PR description using
gh pr editto reflect current changes - •Run
gh pr reviewto check for Copilot review comments - •List all unresolved review comments
- •Fix each issue, making individual commits per fix
- •Push all fixes
- •Re-run tests (backend:
cargo test --workspace, frontend: from package.json) - •Summarize what was fixed and current test status