Getting it into your agent
There is no command for this one: it runs only inside a plugin, and the catalogue could not identify which plugin ships it. The source is linked below.
Wrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/10cg/aria/skill-candidate-v1.65.0)<a href="https://agentmods.dev/skills/10cg/aria/skill-candidate-v1.65.0"><img src="https://agentmods.dev/badge/skills/10cg/aria/skill-candidate-v1.65.0/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/10cg/aria/skill-candidate-v1.65.0"><img src="https://agentmods.dev/badge/skills/10cg/aria/skill-candidate-v1.65.0.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00051 | $0.14052 |
| Opus 5 | $0.00026 | $0.07026 |
| Sonnet 5 | $0.00010 | $0.02810 |
| Haiku 4.5 | $0.00005 | $0.01405 |
Grade A, and why
phase-c-integrator scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Runs shell commandslowCapability
Expected in a hook, worth knowing in a rule or an instructions file.
- `subprocess.run(..., timeout=primitive_call_timeout_seconds)` 强制 (默认 30s) Copies of this mod
1 near-identical copy found in the catalogue:
- phase-c-integrator — 94% identical, 23 lines differ
How it starts
The opening of the file, as written. The whole thing — 1,067 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Phase C - 集成阶段 (Integrator)
版本: 1.3.0 | 十步循环: C.1-C.2 更新: 2026-05-10 - C.2.4 Pre-Merge Precondition Gate (#60, consume aether
--in-flightprimitive) 历史更新: 2026-03-27 - 升级审计触发从 agent-team-audit 改为 audit-engine
快速开始
我应该使用这个 Skill 吗?
使用场景:
- 需要提交代码变更
- 需要创建 Pull Request
- 需要合并分支
- 开发完成后的集成阶段
不使用场景:
- 无变更需要提交 → 跳过 C.1
- 不需要 PR → 跳过 C.2
配置 (config-loader)
执行前读取 .aria/config.json,缺失则使用默认值。参见 config-loader。
| 字段 | 默认值 | 说明 |
|---|---|---|
audit.enabled |
false |
启用 audit-engine 审计 (新) |
audit.checkpoints.pre_merge |
"off" |
pre_merge 检查点模式 |
experiments.agent_team_audit |
false |
旧配置 (向后兼容,自动映射到 audit.*) |
experiments.agent_team_audit_points |
["pre_merge"] |
旧配置 (向后兼容) |
upm.milestone_driven |
false |
启用 C.2.6 里程碑子进度追加 (opt-in) |
phase_c_integrator.pre_merge_gate.enabled |
true |
启用 C.2.4 pre-merge precondition gate (v1.3.0+) |
phase_c_integrator.submodule_gate.mode |
"block" (v1.49.0+ default) / "warn" (legacy) / "off" (bypass) |
C.2.4.5 submodule pointer regression gate 模式 (Spec aria-submodule-pointer-regression-gate) |
phase_c_integrator.pre_merge_gate.ci_backends |
null (auto-detect) / [] (explicit disable) / [{name: "..."}] (explicit list) |
v1.31.0+ CI backend 选择 (替代旧 primitive_preference). 见 §C.2.4.X CI Backends |
phase_c_integrator.pre_merge_gate.no_ci_fallback |
"skip_with_warning" |
无可用 CI backend 时降级 (skip_with_warning / abort). v1.31.0+ 替代旧 no_aether_fallback (alias 仍读, 发 deprecation warning, v2.0 移除) |
phase_c_integrator.pre_merge_gate.wait_timeout_seconds |
1800 |
wait+retry max 等待时长 (默认 30 min) |
phase_c_integrator.pre_merge_gate.wait_check_intervals |
[30,60,120,300,300] |
指数退避秒数; 数组耗尽后重复 intervals[-1] |
phase_c_integrator.pre_merge_gate.primitive_call_timeout_seconds |
30 |
单次 aether subprocess 调用 timeout |
phase_c_integrator.pre_merge_gate.poll_chunk_seconds |
5 |
Ctrl-C polling chunk 大小 |
phase_c_integrator.pre_merge_gate.path_coverage_enabled |
true |
v1.65.0+ 路径覆盖感知 (aria-plugin #122): 变更路径结构性无 CI workflow 覆盖时产 not_applicable, 跳过 (a) PR CI wait ((b) main in-flight 照查)。见 §C.2.4 步骤 2.5 |
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 4d ago First seen · 1,067 lines · 51 tokens per session scan A d0d7111d2673
phase-c-integrator is a skill published in the GitHub repository 10CG/Aria (2 stars, last pushed today), licensed MIT. It adds 51 tokens to every session and 14,052 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 1 finding (runs shell commands). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-05.
Other skills, from other repositories
changelog
Auto-generate changelog from git commits — grouped by feat/fix/docs with PR links.
commit
Create a commit following repository guidelines with proper versioning and changelog updates.
git-branchless
Use when asked for multi-commit stack edits, rebases, fixups, or stacked-PR publishing with branchless git idioms. Not for plain-git workflows in repos without branchless.
git-commit-push-pr
Commit, push, and create a PR. Prompts for branch and PR target using quick multi-choice questions. Lightweight alternative to /workflow-ship without preflight checks.
brpr
(devtools plugin) Create a branch, commit changes, push, and open a PR — or just commit+push+PR if already on a feature branch. Links related issues from GitHub or Linear based on project tracker config.
plate
Turn finished local work into a commit, an ordinary pull request, or a pull request stack. Use this skill to commit changes or to publish a branch. Use it to open or update a pull request. Use it to create, sync, restack, or submit a pull request stack. You can also run /plate. This skill owns all staging, commits…