grzmol

Vf Check — Testing skill for Claude Code

Testing community

Run a vibe-force check (format, lint, analyzer, jest, static, local, apex, smoke, verify, all), interpret the JSON report, group findings by severity, and propose the minimal fix set.

How to install Vf Check

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

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

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

What Vf Check does


description: Run a vibe-force check (format, lint, analyzer, jest, static, local, apex, smoke, verify, all), interpret the JSON report, group findings by severity, and propose the minimal fix set. argument-hint: "[check] [--changed|--files ] [--target-org ]" allowed-tools: Read, Grep, Glob, Edit, Bash(node:*), Bash(git status:*), Bash(git diff:*), Bash(git merge-base:*)

vf-check - run a gate and interpret it

Raw arguments: `$ARGUMENTS`

Parse them as: first bare token =

Alternatives in Testing

  • Agent Plugins Spec — Agent Plugins Specification v1.0.0 — A minimal standard for packaging agent extensions into distributable plug 1.2k ★
  • Test Fixing — Detect failing tests and propose patches or fixes 475 ★
  • Project PRD — Jesteś doświadczonym menedżerem produktu, którego zadaniem jest stworzenie kompleksowego dokumentu wymagań pro 265 ★

Full documentation available on GitHub

View Source Repository