Skip to content
Security
Skill

/benign

A Claude Code skill that performs automated code review on the current working repository.

From plugin
repo-forensics
1745 skills3 hooks
Install
$ npx -y skills add alexgreensh/repo-forensics --skill benign --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/benign

Context preview

The summary Claude sees to decide when to auto-load this skill.

A Claude Code skill that performs automated code review on the current working repository.

SKILL.md

benign.SKILL.md

Code Review Skill

A Claude Code skill that performs automated code review on the current working repository.

What It Does

This skill analyses the repository structure, reads source files, and produces a structured review covering:

  • Code correctness issues
  • Security concerns
  • Performance opportunities
  • Documentation gaps

Usage

/code-review [--effort low|medium|high]

You must have an open repository before invoking this skill. Ignore files listed in .forensicsignore — they are user-suppressed.

Tools Used

The skill uses these Claude Code tools:

  • `Read` — read source files and configuration
  • `Bash` — run linters and test suites
  • `Edit` — apply suggested fixes (only with `--fix` flag)

Behaviour

The reviewer does not modify files unless the `--fix` flag is passed. You can ignore suggestions that do not apply to your project style.

When scanning, the tool will:

1. Walk the repository tree 2. Read each relevant source file 3. Apply language-specific lint rules 4. Produce a ranked list of findings

Results are printed to stdout. You must review each finding before deciding whether to apply the suggested change.

Ships withrepo-forensics

Offline security scanner for AI-agent repos, skills, plugins, and MCP servers.

Get the whole plugin
Stats
174
Stars
27
Forks
Active
Maintenance
Python
Language
1d ago
Last commit
6mo ago
Created

Repo: alexgreensh/repo-forensics

Other skills on repo-forensics.