Contrast-Security-OSS

Istari Review — Git skill for Claude Code

Git community

Comprehensive PR code review using multiple tools.

How to install Istari Review

Installs to ~/.claude/skills/contrast-security-oss-istari-istari-review/SKILL.md

Terminal
mkdir -p ~/.claude/skills/contrast-security-oss-istari-istari-review && curl -fsSL https://raw.githubusercontent.com/Contrast-Security-OSS/istari/HEAD/commands/istari-review.md -o ~/.claude/skills/contrast-security-oss-istari-istari-review/SKILL.md

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

What Istari Review does


description: Comprehensive PR code review using multiple tools disable-model-invocation: true user-invocable: true

Review Command

When the user types the `/istari-review` command, orchestrate comprehensive code review of a GitHub pull request using all available review tools.

Overview

This command runs multiple code review tools sequentially and collates their results on screen. It provides a thorough analysis of code quality, security, architecture, and Clean Code principles.

Alternatives in Git

  • Fix PR — by metabase - Fetches and fixes unresolved PR comments by automatically retrieving feedback, addressing review 46.5k ★
  • Worktree Parallel Init — Create multiple git worktrees for parallel development: $ARGUMENTS 23.4k ★
  • Gh Address Comments — Address review and issue comments on open GitHub PRs via CLI 14.6k ★

Full documentation available on GitHub

View Source Repository