phase-c-integrator

phase-c-integrator is a skill for Claude Code from 10CG/Aria. It costs 51 tokens per session (12,822 once invoked), scanned A, a copy of phase-c-integrator, MIT.

An integration workflow for the final stage of development: committing code, creating pull requests, and merging branches. A pull request is a proposed change that teammates review before it is merged into the main codebase.

In plain words
What is it for?
It is for committing finished work, opening pull requests, merging branches, and handling pre-merge checks.
Why use it?
It gives completed changes a defined path into the shared codebase and can check conditions before merging. The supplied details do not fully describe every check it performs.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: mentions subagents; positional $N argument.

Runs only inside a plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else, and the catalogue could not identify which plugin ships it.

Good fit It is for committing finished work, opening pull requests, merging branches, and handling pre-merge checks.

Compare 6 skills from other repositories ↓
View source ↗ 10CG/Aria
Install

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.

Made for: Claude Code.

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.

agentmods badge for phase-c-integrator

README.md
[![agentmods](https://agentmods.dev/badge/skills/10cg/aria/skill-snapshot-v1.64.1/github.svg)](https://agentmods.dev/skills/10cg/aria/skill-snapshot-v1.64.1)
Your own site
<a href="https://agentmods.dev/skills/10cg/aria/skill-snapshot-v1.64.1"><img src="https://agentmods.dev/badge/skills/10cg/aria/skill-snapshot-v1.64.1/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.

agentmods 80×15 button for phase-c-integrator

Your own site · 80×15
<a href="https://agentmods.dev/skills/10cg/aria/skill-snapshot-v1.64.1"><img src="https://agentmods.dev/badge/skills/10cg/aria/skill-snapshot-v1.64.1.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 51 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 12,822 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin 94% copy Near-identical to another mod in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00051 $0.12822
Opus 5 $0.00026 $0.06411
Sonnet 5 $0.00010 $0.02564
Haiku 4.5 $0.00005 $0.01282

Measured 5d ago against content hash d6e8a80449d8, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

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 5d 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)
Origin

This is a copy

94% identical to phase-c-integrator — 23 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

aria-plugin-benchmarks/ab-results/2026-07-31-v1.65.0-122-rule6/skill-snapshot-v1.64.1-SKILL.md · 1,056 lines

How it starts

The opening of the file, as written. The whole thing — 1,056 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-flight primitive) 历史更新: 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 大小

Read the full file on GitHub · 1,056 lines

Changes

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.

  1. 5d ago First seen · 1,056 lines · 51 tokens per session scan A d6e8a80449d8

Subscribe to this mod's changes

phase-c-integrator is a skill published in the GitHub repository 10CG/Aria (2 stars, last pushed yesterday), licensed MIT. It adds 51 tokens to every session and 12,822 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 1 finding (runs shell commands). It is 94% identical to phase-c-integrator, differing in 23 lines, and is treated as a copy.