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⚠ 安裝指令使用開源 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.