cyberneticlibrary

Self-review and fix pull requests

post-pr-reviewskillsetup L2381
majiayu000/claude-skill-registry
What it does

Review PR and fix issues by priority category

Best for

Post-PR cleanup to address code quality and safety issues in order of priority before final merge to main.

Inputs
  • · Merged PR with identified issues from review tool
Outputs
  • · Follow-up commits fixing critical, important, then suggested issues
  • · Re-verified PR with clean review status (optional)
Requires
  • · pr-review-toolkit (for initial analysis)
  • · Git (for committing and pushing fixes)
  • · Code formatter and linter (composer or equivalent)
Preconditions
  • · PR already created and available on GitHub
  • · pr-review-toolkit installed and accessible
  • · Local branch checked out and sync'd with remote
Failure modes
  • · Review tool fails to categorize issues correctly
  • · Fixing one issue causes regression in another
  • · Git push fails if remote has been updated
  • · CI checks fail after fix commits
Trust signals
  • · Issue prioritization framework (critical/important/suggestion) is explicit
  • · Commit message conventions follow standard patterns
  • · Re-review option allows verification of fixes