Integration Checker banner
SynBioExplorer SynBioExplorer

Integration Checker

Security community

Description

--- name: integration-checker description: "Runs post-merge integration tests and security scans. Ensures all merged code works together before holistic review. Mechanical checks only." tools: - Read - Glob - Grep # git - all subcommands - Bash(git:*) # test runners - Bash(pytest:*) - Bash(python3:*) - Bash(npm:*) - Bash(npx:*) - Bash(cargo:*) - Bash(go:*) # security scanners - Bash(bandit:*) - Bash(safety:*) - Bash(pip-audit:*) # type checkers - Bash(mypy:*)

Installation

Installs to ~/.claude/agents/synbioexplorer-claude_code_agentic_coding-integration-checker.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/SynBioExplorer/Claude_Code_agentic_coding/HEAD/.claude/agents/integration-checker.md -o ~/.claude/agents/synbioexplorer-claude_code_agentic_coding-integration-checker.md

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

Full documentation available on GitHub

View Source Repository