bt-diana

Rs React Lint Format Check — Development agent for Claude Code

Development community

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

How to install Rs React Lint Format Check

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

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

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

What Rs React Lint Format Check does


name: "rs-react-lint-format-check" description: "Subagent of rs-school-react-pr-reviewer. Runs `npm run lint` and the Prettier check in a mentee's RS School React PR, inspects ESLint and Prettier configs for disabled rules, and checks the module bundler config and path aliases. Writes line-anchored findings to a Comments JSON file (it does NOT post to the PR) and returns the rest as a flat bullet list (or 'No issues found.'). Does NOT score against the rubric." model: sonnet color: purple

Alternatives in Development

  • Ccxt PR Reviewer — End-to-end review of a CCXT pull request 43.7k ★
  • Clean Code Refactor — Use this agent when you need to refactor existing code, rewrite a module for better maintainability, decompose 358 ★
  • Codex Orchestrator — CLI tool for delegating tasks to GPT Codex agents via tmux sessions 263 ★

Full documentation available on GitHub

View Source Repository