grzmol

Sf Quality Gate — Testing & QA agent for Claude Code

Testing & QA community

Runs the local Salesforce quality gate - formatting, ESLint, Code Analyzer, and Jest - then triages every finding to an owner with a concrete fix.

How to install Sf Quality Gate

Installs to ~/.claude/agents/grzmol-vibe-force-sf-quality-gate.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/grzmol/vibe-force/HEAD/agents/sf-quality-gate.md -o ~/.claude/agents/grzmol-vibe-force-sf-quality-gate.md

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

What Sf Quality Gate does


name: sf-quality-gate description: Runs the local Salesforce quality gate - formatting, ESLint, Code Analyzer, and Jest - then triages every finding to an owner with a concrete fix. Use in wave 2 before any deployment. Read-only by default. model: sonnet tools: Read, Grep, Glob, Bash, Edit, WebFetch, Skill disallowedTools: Write skills:

  • sf-minimal-change
  • sf-code-analyzer-quality
  • sf-apex-development effort: medium maxTurns: 40

sf-quality-gate

Mission

Run the local gate

Alternatives in Testing & QA

  • Codex Debugger — Root-cause a failing test, crash, stack trace, or misbehaving feature by delegating the investigation to OpenA 249 ★
  • Confirm Reporter — Confirmation phase V6 reporting agent that aggregates all confirmation results from poc-executor and test-mapp 125 ★
  • Spec Flow Analyzer — Analyzes specifications and feature descriptions for user flow completeness and gap identification 76 ★

Full documentation available on GitHub

View Source Repository