Reference knowledge base for the ansible-molecule agent. Loaded by that agent on its first iteration when the host has not already injected it; not intended for direct invocation.
Reference knowledge base for the ansible-review agent. Loaded by that agent on its first iteration when the host has not already injected it; not intended for direct invocation.
Reference knowledge base for the ansible-review agent. Loaded by that agent on its first iteration when the host has not already injected it; not intended for direct invocation.
Reference knowledge base for the go-cobra agent. Loaded by that agent on its first iteration when the host has not already injected it; not intended for direct invocation.
Reference knowledge base for the go-doc-comments agent. Loaded by that agent on its first iteration when the host has not already injected it; not intended for direct invocation.
Runs the full Go quality pipeline over a module by chaining the go-cobra, go-review, go-tests, and go-doc-comments subagents in sequence with build/test gates between stages. Use when asked to run the Go quality pipeline, or to review, test, and document a Go module end to end in one pass. Stops at the first failing gate.
Reference knowledge base for the go-review agent. Loaded by that agent on its first iteration when the host has not already injected it; not intended for direct invocation.
Runs a parallel Go security audit by fanning out two specialized subagents at once — go-security-injection (command/SQL injection, XSS, input validation) and go-security-resources (temp files, path traversal, crypto, secrets, HTTP/TLS, unsafe, error leaks) — then verifies the build and tests. Use when asked to security-audit, harden, or scan a Go codebase for vulnerabilities. Say "readonly" or "report only" to audit without applying fixes.