Skip to content

chore: add review-fix-merge PR review skills - #128

Merged
eaitbrahim merged 1 commit into
mainfrom
chore/add-review-skills
Jul 23, 2026
Merged

chore: add review-fix-merge PR review skills#128
eaitbrahim merged 1 commit into
mainfrom
chore/add-review-skills

Conversation

@eaitbrahim

Copy link
Copy Markdown
Contributor

Adds two project skills for reviewing + merging PRs, so they live with the repo instead of only in a local .claude/.

Note: .claude/ is gitignored (line 26), so these were force-added (git add -f). They stay tracked and their edits show normally; new files added inside these skill dirs later would need another git add -f.

Skills

  • review-fix-merge-pr — single-reviewer loop: review a PR's diff → fix findings → loop review↔fix until clean → squash-merge. Bundles a parameterized Workflow script (review-fix-loop.js).
  • review-fix-merge-pr-advanced — multi-lens variant: parallel reviewers each backed by a specialized skill (security-audit, performance, code-quality, testing-strategy, correctness), adversarial verification of each finding before fixing, loop, then merge (advanced-review-fix-loop.js).

Both scripts are syntax-checked; invoked via /review-merge-pr... or by asking to review-and-merge a PR.

🤖 Generated with Claude Code

Two project skills for reviewing + merging PRs (force-added past the .claude/
gitignore so they live with the repo rather than only locally):

- review-fix-merge-pr: single-reviewer loop — review a PR's diff, fix findings,
  loop review<->fix until clean, then squash-merge. Bundles a parameterized
  Workflow script (review-fix-loop.js).
- review-fix-merge-pr-advanced: multi-lens variant — parallel reviewers each
  backed by a specialized skill (security-audit, performance, code-quality,
  testing-strategy, correctness), adversarial verification of findings before
  fixing, loop, then merge (advanced-review-fix-loop.js).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@eaitbrahim
eaitbrahim merged commit f48dc8e into main Jul 23, 2026
1 check passed
@eaitbrahim
eaitbrahim deleted the chore/add-review-skills branch July 23, 2026 04:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant