Coding & Refactoringlow risk
governed-engineering-runtime
Install and operate a governed multi-agent software engineering runtime through the authenticated Codex CLI. Use when a repository change should pass through specification, architecture, specialist delegation, human approvals, implementation, independent review, security review, testing, persistent memory, and Git checkpoints rather than being edited immediately.
Abeer-ahmad-123/governed-engineering-runtime·skills/governed-engineering-runtime/SKILL.md
85/ 100品質
この Skill を導入
coding agent を選び、プロジェクト用または個人用コマンドをコピーします。
プロジェクトに導入.agents/skills/governed-engineering-runtime
npx skills add https://github.com/Abeer-ahmad-123/governed-engineering-runtime/tree/cd2567fa93497fb37810bea14a4837dd3c201643/skills/governed-engineering-runtime -a codex -y個人環境に導入~/.agents/skills/governed-engineering-runtime
npx skills add https://github.com/Abeer-ahmad-123/governed-engineering-runtime/tree/cd2567fa93497fb37810bea14a4837dd3c201643/skills/governed-engineering-runtime -a codex -g -yプロジェクトに導入.claude/skills/governed-engineering-runtime
npx skills add https://github.com/Abeer-ahmad-123/governed-engineering-runtime/tree/cd2567fa93497fb37810bea14a4837dd3c201643/skills/governed-engineering-runtime -a claude-code -y個人環境に導入~/.claude/skills/governed-engineering-runtime
npx skills add https://github.com/Abeer-ahmad-123/governed-engineering-runtime/tree/cd2567fa93497fb37810bea14a4837dd3c201643/skills/governed-engineering-runtime -a claude-code -g -yプロジェクトに導入.agents/skills/governed-engineering-runtime
npx skills add https://github.com/Abeer-ahmad-123/governed-engineering-runtime/tree/cd2567fa93497fb37810bea14a4837dd3c201643/skills/governed-engineering-runtime -a github-copilot -y個人環境に導入~/.copilot/skills/governed-engineering-runtime
npx skills add https://github.com/Abeer-ahmad-123/governed-engineering-runtime/tree/cd2567fa93497fb37810bea14a4837dd3c201643/skills/governed-engineering-runtime -a github-copilot -g -yプロジェクトに導入.agents/skills/governed-engineering-runtime
npx skills add https://github.com/Abeer-ahmad-123/governed-engineering-runtime/tree/cd2567fa93497fb37810bea14a4837dd3c201643/skills/governed-engineering-runtime -a cursor -y個人環境に導入~/.cursor/skills/governed-engineering-runtime
npx skills add https://github.com/Abeer-ahmad-123/governed-engineering-runtime/tree/cd2567fa93497fb37810bea14a4837dd3c201643/skills/governed-engineering-runtime -a cursor -g -yプロジェクトに導入.agents/skills/governed-engineering-runtime
npx skills add https://github.com/Abeer-ahmad-123/governed-engineering-runtime/tree/cd2567fa93497fb37810bea14a4837dd3c201643/skills/governed-engineering-runtime -a gemini-cli -y個人環境に導入~/.gemini/skills/governed-engineering-runtime
npx skills add https://github.com/Abeer-ahmad-123/governed-engineering-runtime/tree/cd2567fa93497fb37810bea14a4837dd3c201643/skills/governed-engineering-runtime -a gemini-cli -g -yNative Gemini CLI
gemini skills install https://github.com/Abeer-ahmad-123/governed-engineering-runtime.git --scope workspace --path skills/governed-engineering-runtime⚠ インストールには open-source skills CLI を使用します。実行前にソースと権限を確認してください。
Skill の指示
GitHub で元ファイルを表示 ↗# Governed Engineering Runtime Operate the repository through the `ai` CLI. Treat this skill as a governance workflow, not as extra programming knowledge. ## Prepare 1. Confirm `codex login status` succeeds. 2. Check whether `ai --help` succeeds. 3. If `ai` is missing, ask before installing executable code. Resolve the current skill directory from this loaded `SKILL.md`, inspect the bundled `runtime/` source when required, then run: ```bash python3 <skill-directory>/scripts/bootstrap_runtime.py ``` The bootstrap installs only the runtime bundled inside this skill. It does not download code from a remote package source. 4. Run `ai init .` when `.ai/project.yaml` is absent. Do not replace an existing configuration. 5. Read [references/runtime-checklist.md](references/runtime-checklist.md) before the first run. ## Execute Run an end-to-end governed change with: ```bash ai build "<engineering objective>" ``` Use narrower workflows when appropriate: ```bash ai architect "<objective>" ai review "Review the current working tree" ai implement "<approved implementation objective>" ``` Allow the runtime to complete these stages in order: 1. specification; 2. architecture and specialist delegation; 3. required human approval; 4. implementation by a write-authorized agent; 5. independent correctness and security review; 6. testing against acceptance criteria; 7. optional Git commit. Do not bypass an approval gate, grant write access to the controller, or reinterpret an infrastructure failure as incomplete engineering work. Preserve existing repository changes. ## Report At completion, report the run status, branch, commit when created, affected files, validation results, remaining risks, and the location of persisted `.ai/summaries` and `.ai/tasks` records.