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,复制项目级或个人级安装命令。

固定到平台收录的 commit
导入当前项目.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
手动放置目录.agents/skills/governed-engineering-runtimeOfficial docs ↗
导入当前项目.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
手动放置目录.claude/skills/governed-engineering-runtimeOfficial docs ↗
导入当前项目.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-runtimeOfficial docs ↗
导入当前项目.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-runtimeOfficial docs ↗
导入当前项目.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 -y
Native Gemini CLIgemini skills install https://github.com/Abeer-ahmad-123/governed-engineering-runtime.git --scope workspace --path skills/governed-engineering-runtime
手动放置目录.agents/skills/governed-engineering-runtimeOfficial docs ↗
⚠ 安装命令使用开源 skills CLI。执行前请检查来源、脚本和权限。
# 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.