Issue Review
- Begin with
gh issue view <number-or-url> --comments(add--repo owner/repowhen needed). Read the actual issue before locating the cause in the repository. - If implementing the fix, validate it and create one scoped commit whose message or footer contains
Closes #<number>orFixes #<number>. - Before finishing, verify the committed file scope and the closing keyword with
git show --stat --format=fuller HEAD. - After the fix, draft and, when authorized, post a short issue reply saying it is fixed and will be available in the next version. Verify the issue is closed; if needed, close it with
gh issue close.