grzmol

Vf Review — Security skill for Claude Code

Security community

Parallel Salesforce code review of the diff against a base ref - dispatch the quality gate and security reviewer in one batch, merge and deduplicate findings, and report them by severity with an over.

How to install Vf Review

Installs to ~/.claude/skills/grzmol-vibe-force-vf-review/SKILL.md

Terminal
mkdir -p ~/.claude/skills/grzmol-vibe-force-vf-review && curl -fsSL https://raw.githubusercontent.com/grzmol/vibe-force/HEAD/commands/vf-review.md -o ~/.claude/skills/grzmol-vibe-force-vf-review/SKILL.md

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

What Vf Review does


description: Parallel Salesforce code review of the diff against a base ref - dispatch the quality gate and security reviewer in one batch, merge and deduplicate findings, and report them by severity with an over-build dimension. argument-hint: "[base-ref]" allowed-tools: Task, Read, Grep, Glob, Bash(git diff:*), Bash(git merge-base:*), Bash(git rev-parse:*), Bash(git log:*)

vf-review - parallel review of a diff

Raw arguments: `$ARGUMENTS`

`BASE` = the first argument, or `origin/mai

Alternatives in Security

  • /chain — Build an A→B→C exploit chain for higher severity and payout 927 ★
  • Query Token Audit — Audit token security to detect scams, honeypots, and malicious contracts across BSC, Base, Solana, and Ethereu 483 ★
  • Engage.Cvediff — Find the canonical fix commit(s) for a CVE across sources, then diff for root cause 348 ★

Full documentation available on GitHub

View Source Repository