# Source Align

> Compare the implementation with original source context, PR or issue discussion, and upstream state. Use when the user asks for steward source-align or wants source-backed maintainer review.

- Skill: `samzong/source-align` (Agent Skill)
- Install (CLI): `npx skillmds@latest add samzong/source-align`
- Raw SKILL.md: https://api.skillmd.com/api/skills/samzong/source-align/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: samzong (https://skillmd.com/u/samzong)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/samzong/source-align

---


# Source Align

Use this skill for the Steward source-alignment pass.

## First Step

Read `../../shared/protocol.md` before acting. Treat it as the source of truth for the Source-Backed Maintainer Review Lens, case file discovery, update rules, and output.

## Gate

Run only the `source-align` gate.

## Behavior

- Check the original issue, report, PR context, and upstream baseline.
- State whether the fix still matches the original problem.
- State whether the fix is already present upstream.
- State whether the scope claim is honest.
- Apply the Source-Backed Maintainer Review Lens when an issue, PR, or diff is available.
- Include the best possible solution and remaining risk or open question when they affect next action.
- Append a decision log entry.
- Do not change status.
- If no valid case file exists, auto-create a minimal case file first, write it to the current pointer, then run source-align.
- Do not implement product or code changes.

## Output

Use the protocol output contract:

```md
Verdict: <short sentence>
Why: <short paragraph>
Missing evidence: <short list or "None">
Next action: <one concrete next step>
Case file: <absolute path>
```

