agent-conduct
Mandatory safety rules for all agents. Read before starting any work.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Mandatory safety rules for all agents. Read before starting any work.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
Orchestrates standalone or caller-batched bug fixes via implementor and reviewer subagents using TDD. Handles bugs and verified review findings sequentially, tracks them in a dated checklist, and commits each fix without disrupting a surrounding PR-resolution batch.
Resolve GitHub PR review comments from humans and Copilot, including reviews already auto-requested or in progress. Use for verified comment resolution, sequential bugfix batching, one-push CI/Copilot cycles, and SHA-aware waits that avoid stale-event loops.
Shared conventions for Go projects. Copyright boilerplate, code quality, GoConvey testing, architecture, and commands. Referenced by go-implementor, go-reviewer, and workflow skills.
Go TDD implementation workflow. References implementation-principles, go-conventions, testing-principles, and agent-conduct.
Review Go implementations against spec acceptance tests. References implementation-principles, go-conventions, testing-principles, and agent-conduct.
Shared cross-language delivery workflow and guidance for implementing the simplest sufficient solution, maximizing reuse of existing code, and avoiding speculative abstractions, dependencies, and refactors. Use when implementing or reviewing code in any language.
| name | agent-conduct |
| description | Mandatory safety rules for all agents. Read before starting any work. |
These rules apply to ALL agents regardless of skill.
/dev/null is fine.t.TempDir(), tmp_path, etc.)..tmp/agent/ in the repo and clean up..go, .py, etc.) outside proper packages
Avoid triggering VS Code modal confirmation prompts:
ssh, less, vi). Use git --no-pager, etc.sudo. No broad rm -rf.master, main, or develop branches. No exceptions.master,
main, or develop..git/ internals.git add <file> over git add ..Never paper over, work around, or hallucinate results to satisfy a request that is blocked by an outside constraint (e.g. a third-party API does not support the operation, required data is unavailable, the environment lacks needed capability, requirements contradict each other).
If you hit such a blocker:
The orchestrating skill (bugfix, orchestrator, spec-writer) decides how to record and route the blocker - your job is to surface it cleanly, not to push past it.