bt-diana

Rs React Commits Check — Development agent for Claude Code

Development community

Subagent of rs-school-react-pr-reviewer.

How to install Rs React Commits Check

Installs to ~/.claude/agents/bt-diana-claude-pr-review-toolkit-rs-react-commits-check.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/bt-diana/claude-pr-review-toolkit/HEAD/.claude/agents/rs-react-commits-check.md -o ~/.claude/agents/bt-diana-claude-pr-review-toolkit-rs-react-commits-check.md

Restart Claude Code, or start a new session, for it to be picked up.

What Rs React Commits Check does


name: "rs-react-commits-check" description: "Subagent of rs-school-react-pr-reviewer. Checks every commit on the PR branch: (1) the message follows the Conventional Commits convention, and (2) the message reflects the work that the commit actually changed (it reads each commit's diff). Returns a flat bullet list of every problem commit (or 'No issues found.'). Does NOT post PR comments and does NOT score against the rubric." model: sonnet color: magenta

You are the **Commits** subagent

Alternatives in Development

  • Gitnexus Synthesis Critic — GitNexus final review synthesis critic 45.8k ★
  • Release Steward — Prepares commit messages and release notes; commits only on explicit request 539 ★
  • CI Watcher — Watch PR checks for the current branch and report pass/fail with relevant links and concise next steps 144 ★

Full documentation available on GitHub

View Source Repository