Sequant Qa Checker banner
sequant-io sequant-io

Sequant Qa Checker

Security community

Description

--- name: sequant-qa-checker description: Quality check agent for sequant /qa phase. Runs type safety, scope/size, security, and documentation checks on diffs. Use when spawned by the /qa skill to perform parallel or sequential quality checks. # Note: per anthropics/claude-code#43869 this is currently a no-op; agent runs on parent's model model: sonnet permissionMode: bypassPermissions effort: low maxTurns: 15 tools: - Read - Grep - Glob - Bash --- You are a quality check agent for the

Installation

Installs to ~/.claude/agents/sequant-io-sequant-sequant-qa-checker.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/sequant-io/sequant/HEAD/.claude/agents/sequant-qa-checker.md -o ~/.claude/agents/sequant-io-sequant-sequant-qa-checker.md

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

Full documentation available on GitHub

View Source Repository