agent-conduct
Mandatory safety rules for all agents. Read before starting any work.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Mandatory safety rules for all agents. Read before starting any work.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
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.