@paulnsorensen/affinage
>
| name | affinage |
| description | > |
| license | MIT |
| metadata | {dispatches-agents: true} |
/affinage
Act on existing claims about a PR.
Claims can come from reviewers, CI checks, or merge conflicts.
Grade each claim through the /age lens.
Send accepted claims to /cure.
/affinage always grades claims that exist on the PR.
Its entry path controls whether it also finds new /age findings:
- Standalone — The user starts
/affinage <pr>withouthandoff_context. Run/ageon the PR diff unless the user passes--no-age. Add the new findings to the same report. - Chained —
/cookor/curesupplieshandoff_context. Skip the fresh review because/agealready ran in this chain.
See ## Fresh review for the entry rule.
See ## Merge-conflict resolution for the conflict path.
Inputs
/affinage [<pr-ref>] [--auto --stake <floor>] [--plate] [--safe] [--open-pr] [--hard] [--full] [--include-outdated]
<pr-ref> accepts a PR number, a PR#<n> reference, or a full GitHub PR URL.
Extract the integer before you call pr-status.
The command accepts only the integer.
If no reference exists, run gh pr view --json number on the current branch.
Flags:
--auto --stake <floor>— Run without selection prompts.<floor>acceptsblocker,high,medium+, orall. Bare--autouses themedium+default floor. Use the same floor rules as/cure. Send/cure --auto --stake <floor>. Post replies without prompts. Seereferences/auto-mode.md.--safe— Add gates before cure selection and conflict resolution. This flag does not remove the default reply gate.--open-pr— Let terminal/plateopen a new PR when no PR exists. Without this flag,/plateonly updates an open PR.--plate— Run--auto --stake medium+ --open-pr. Grade the claims. Cure the selected findings. Post the replies. Then run/plate. An explicit--stake <floor>replacesmedium+.--hard— Pass the metacognitive gate flag to terminal/plate.--full— Show all low findings when at least 10 low findings exist.--include-outdated— Include outdated review threads.--no-age— Skip the fresh review in standalone mode. This flag has no effect in chained mode.
Read ../cheese/references/harness-portability.md for portability rules.
It covers helper resolution, agent dispatch, GitHub operations, and handoff transitions.
Use the bundle or repository helper first.
Do not use the ${CLAUDE_SKILL_DIR} environment variable in an invocation path.
The handoff blocks below define the portable contract.
The rule "slash commands are host renderings, not the control model" applies here.
Flow
Read references/flow-details.md for exact commands, exit codes, and grading reasons.
- Resolve PR. Use
<pr-ref>orgh pr view --json number. Normalize aPR#<n>reference or a PR URL to its integer. Resolve<owner>/<repo>from the Git remote. - Fetch PR status. Run
python3 skills/affinage/scripts/affinage.pyz pr-status <pr>. Exit 3 stops withstatus: halt: pr-status-logs-expired. Any other nonzero exit stops withstatus: halt: pr-status-unavailable. Route a conflicting or dirty merge state to## Merge-conflict resolution. - Run fresh review. Run this step only in standalone mode without
--no-age. Score the PR diff and callage_route.route(...). Include the comment count and CI failure class. Run/agewith the returnedn,lenses, andeffortvalues. Tag each new finding with[from-age:<dimension>]. - Fetch comments. Fetch inline threads from
pulls/<pr>/comments. Skip comments withposition: nullunless the user passes--include-outdated. Fetch review bodies frompulls/<pr>/reviews. Keep each nonempty body. Remove duplicates bypull_request_review_id. - Skip answered threads. Skip a thread when the resolved GitHub handle wrote its latest comment.
Render the footer as
agent on behalf of <handle>. - Grade claims. Classify each claim by the
/agedimension and severity rules. Do not increase severity because a reviewer selectedCHANGES_REQUESTED. Put contained fixes in severity sections. Put claims that need outside evidence in## Needs-investigation. Put wrong, unsupported, or large claims in## Reviewer-rejected. - Write report. Write
.cheese/affinage/pr-<n>.md. Start with the four-line handoff slug. Add the/agereport body and two affinage sections. See## Output. - Act or ask. Follow
## Handoff. - Draft non-cure replies. Draft replies for rejected and investigation claims. Do not reply to CI or fresh-review findings.
- Draft cure replies. Run this step only after
/cure. Read### Appliedand### Deferredfrom.cheese/cure/pr-<n>.md. DraftFixed — <applied summary>.for applied comment findings. DraftAttempted fix reverted — <reason>.for deferred comment findings. - Post replies. Show one reply gate for every drafted reply.
Skip the gate only when
--autois active. Post approved replies withpython3 skills/affinage/scripts/affinage.pyz post-reply. - Publish. Run this step only after all approved replies post.
Publish when
/cureapplies at least one fix. Also publish when/meltresolved a merge conflict. Send terminal/plate [--open-pr] [--hard] [--safe]. Then run the post-PR learning write-back from../cure/SKILL.md. Skip publication and write-back when the working tree has no change.
Fresh review
Standalone mode calls the router with entry="affinage".
Pass the PR reference and the router values to /age.
This prevents /age from calculating a smaller route with entry="age".
Add each result to its severity section with [from-age:<dimension>].
Send these findings to /cure like other findings.
Do not post GitHub replies for these findings.
Run the fresh review before you grade external claims. This order lets you remove duplicate findings. Use the same agent gate as the grading step.
Merge-conflict resolution
When pr-status reports conflicts, send the PR to /melt.
/melt uses mergiraf, rerere, and kdiff3.
Do not resolve conflicts by hand.
Default and --auto modes run checkout and /melt before /cure.
--safe requires the handoff gate first.
If /melt fails, write status: halt: merge-conflicts-need-human and stop.
/melt leaves the resolution uncommitted.
Terminal /plate commits and pushes that resolution.
See references/merge-conflict.md.
Sub-agent context gate
Keep dialogue, selection, approval state, and reply posting in the parent context.
Use a fresh read-only reviewer when any limit below is true:
- More than 10 inputs exist.
- The diff exceeds approximately 25 KB.
- Threads cover more than 5 files.
Resolve the reviewer through the shared agent resolver.
Use a general worker only with degraded: true.
The reviewer returns a compact digest of graded findings.
Each finding includes its dimension, severity, confidence, evidence, and draft push-back.
The parent writes the report, controls selection, calls /cure, and posts replies.
See ../age/references/sub-agent-gate.md for digest limits.
Preferred tools and fallbacks
Use code-intelligence-routing.md for source code operations.
Use these affinage tools:
| Need | Prefer | Fallback |
|---|---|---|
| PR status | python3 skills/affinage/scripts/affinage.pyz pr-status |
gh pr checks and gh pr view |
| GitHub fetch | gh api |
none; stop the skill |
| Reply posting | python3 skills/affinage/scripts/affinage.pyz post-reply |
none; direct gh api calls omit attribution |
| Diff inspection | delta |
git diff --unified=3 |
Output
Write the report to .cheese/affinage/pr-<n>.md.
Start with the four-line handoff slug.
Then add the /age report body and the ## PR status section.
Use the severity sections from /age.
Add the ## Needs-investigation and ## Reviewer-rejected sections from /affinage.
See references/report-template.md.
status: <canonical status field>
next: cure | done
artifact: <path-to-prior-cure-or-press-report-if-any>
<one-line orientation: what the PR does and what was graded>
Use the canonical status: grammar from the handback contract.
Only next: and the extra keyed lines are phase-specific.
Omit empty sections.
Use status: ok after grading completes.
Use status: halt: <reason> when gh or pr-status fails.
Set next: by the rules in ## Handoff.
Handoff
Pipeline: culture → mold → cook → press → age → cure → plate.
/affinage runs parallel to /age and sends findings to /cure.
By default, affinage acts without a prompt.
Ask only when the selected fix is large, findings conflict, or --safe is active.
- Severity findings exist. Calculate the recommended
all-medium, cheapselection. Without an ask reason, announce the selection. Then send/curethe lockedhandoff_context. Then show one reply gate for every drafted reply. That gate covers the applied, deferred, push-back, and investigation replies. With an ask reason, show the cure selection gate instead. Use the shared gate in../cheese/references/handoff-gate.md. Preselect the composite and identify large rows.--autoskips both gates. - Only rejected or investigation claims exist. Do not call
/cure. Show the reply gate. Then wait for a selection.--autoskips this gate.
Post approved replies after the selection.
Run terminal /plate [--open-pr] [--hard] [--safe] only when the working tree has a change.
A resolved merge conflict is such a change.
Set status: ok / next: done when no action remains.
Set next: cure when at least one finding meets the medium+ floor.
Set next: done when no severity finding exists.
Also set next: done when the selected findings are empty.
Auto mode
Skip the selection gate.
Resolve merge conflicts through /melt first.
Stop with status: halt: merge-conflicts-need-human when conflicts remain.
Run the fresh review in standalone mode.
Select each finding that meets <floor>.
--plate uses --stake medium+ --open-pr.
Send /cure --auto --stake <floor>.
Post replies for the original graded claims after the cure chain stops.
Then run terminal /plate --open-pr [--hard] after every reply posts.
Skip /plate when the working tree has no change.
If no finding meets the floor, skip /cure.
Post only rejection and investigation replies.
Exit with status: ok / next: done.
See references/auto-mode.md.
--hard mode
Pass --hard to terminal /plate.
/plate runs /hard-cheese after it verifies the final artifact.
/cure does not call /plate in this chain.
The gate therefore runs once at the publication boundary.
Rules
- Ground each grade in code evidence.
- Prefer a contained fix to push-back.
- Send a valid, contained quality fix to
/cureasLow. - Reserve
## Reviewer-rejectedfor wrong, unsupported, or large claims. - Never apply code fixes in affinage.
- Send code fixes to
/cureand merge conflicts to/melt. - Never post a reply without approval, unless
--autois active. - Post replies only through
python3 skills/affinage/scripts/affinage.pyz post-reply. - End every reply with
agent on behalf of <handle>. - Resolve
<handle>fromRESPOND_GH_HANDLE,gh api user --jq .login, orgit config user.name. - Skip a thread when the resolved handle wrote its latest comment.
- Use GraphQL
reviewThreadsonly when cross-session resolution state is necessary. - Apply the voice rules in
../age/references/voice.md. - Use
certain,speculating, ordon't knowfor confidence. - State that no findings exist when no claim needs grading.
References
Use these affinage references:
references/flow-details.mdreferences/merge-conflict.mdreferences/report-template.mdreferences/handoff-templates.mdreferences/auto-mode.md
Use ../age/references/sub-agent-gate.md for the shared agent gate.
See the generated command inventory in references/commands.md.
Agent resolution
Resolve each dispatch through ../cheese/references/agent-resolution.md.
| Work | Preferred types | Permissions/isolation | Minimum power | Effort | Fallback |
|---|---|---|---|---|---|
| Triage review claims and CI evidence | reviewer | read-only, fresh context | powerful | high | compatible reviewer, then general |
The canonical affinage report includes the shared agent_resolution block.
Loading...
Select a file to preview
Analyzing security...
Checking scan reports and verification data.
Bill of Materials
Everything this skill can do — files, network, commands, and more.