Use this agent when the user reports issues with the local Claworc development environment, encounters unexpected behavior in the control plane backend, frontend, LLM proxy, or running OpenClaw instances, or needs help diagnosing why something isn't working as expected. The agent assumes the environment is already…
Use this agent when the user wants to triage and fix security vulnerabilities reported by GitHub Code Scanning (CodeQL, etc.) at Critical, High, and Medium severity levels. This agent fetches the alerts from the GitHub Security tab, analyzes each issue, implements fixes, and verifies them. Context: User wants to…
Use this agent when the user wants to review, validate, and merge open Dependabot pull requests in the claworc repository (https://github.com/gluk-w/claworc). This agent handles bulk processing of dependency update PRs, ensuring CI checks pass before merging. Context: User wants to clean up the backlog of Dependabot…
Generates a Go migration file under control-plane/internal/database/migrations/ for a non-additive schema change or a data backfill. Migrations are ONLY needed for data backfills/seeds, column type changes, drops, renames, or constraints AutoMigrate can't express — additive changes (new tables, new columns, new…
Use this agent when the user has any question about OpenClaw — how it works, how to configure it, how to use specific features, what APIs are available, how agents are structured, or any other OpenClaw-related inquiry. This agent should be used proactively whenever OpenClaw-specific knowledge is needed.\n\n \nContext…
This agent ensures test coverage for backend (Go) or frontend (React/TypeScript) code, write new tests, review existing test coverage, or restructure code for testability. This includes after writing new features, fixing bugs, or when preparing for a release.
Use this agent when you need to manage the full release lifecycle for a feature branch: creating or verifying a PR exists, resolving merge conflicts, waiting for CI to pass, merging to main, and ensuring main branch CI stays green. Examples:\n\n \nContext: The user has finished implementing a feature and wants to get…