Agent
Read-only reviewer for audit classifier changes — enforces before/after finding counts and prohibits same-commit masking of product fixes.
Forge rough ideas into drift-proof execution contracts for AI coding agents. 6-step pipeline, 16 agents, 8 skills, lifecycle hooks, 5 tech presets.
Agent
Read-only reviewer for audit classifier changes — enforces before/after finding counts and prohibits same-commit masking of product fixes.
Agent
Read-only plan health auditor — analyzes run history, failure modes, gate-portability issues, and slice retry rates, then proposes concrete patches.
Agent
Audit the infra/ folder in an app repo for Azure IaC violations: naming, security, managed identity, secrets exposure.
Agent
Audit whether key decisions and lessons were captured to persistent memory (OpenBrain) during the phase.
Agent
Audit code for multi-tenant isolation: query safety, cache scoping, event context, cross-tenant data leakage prevention.
Agent
Enterprise-grade Azure environment sweeper — WAF + CAF + Landing Zone + Org Rules + Policy + Resource Graph + Telemetry + Remediation. Run on any scope to produce a prioritised findings report with remediation code.
Agent
Review Bicep templates for best practices: naming, parameters, security, module structure, linter violations, API versions.
Agent
Guide Azure IaC deployments: validate, what-if, deploy, and verify Bicep/Terraform infrastructure. Use when deploying or troubleshooting.
Agent
Security review for Azure IaC: secrets exposure, managed identity, RBAC, network isolation, Key Vault hardening, OWASP cloud top 10.
Agent
Review Terraform configurations for Azure: provider versions, state, naming, security, sensitive outputs, managed identity.
Agent
Review code for architecture violations: layer separation, sync-over-async, missing CancellationToken, improper DI. Use for PR reviews or code audits.
Agent
Review Blazor / Razor components for layer violations, lifecycle bugs, accessibility gaps, and Fluent UI misuse. Use for PR reviews on .razor / .razor.cs files.
Agent
Review SQL queries, migrations, and repositories for injection, N+1 patterns, missing indexes, and naming conventions.
Agent
Analyze performance issues: N+1 queries, missing caching, sync-over-async, allocation hotspots, missing indexes.
Agent
Run tests, analyze failures, diagnose root causes, and suggest fixes. Use when tests fail or before releases.