# Final Polish

> Post-implementation hardening before human review.

- Skill: `muhammedalkhudiry/final-polish` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add muhammedalkhudiry/final-polish`
- Raw SKILL.md: https://api.skillmd.com/api/skills/muhammedalkhudiry/final-polish/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: MuhammedAlkhudiry (https://skillmd.com/u/muhammedalkhudiry)
- Updated: 2026-09-10
- Page: https://skillmd.com/skills/muhammedalkhudiry/final-polish

---


## Workflow

1. Review the diff for scope creep, churn, unjustified tests, missing coverage, regressions, and crossed producer-consumer contracts. Fix or report
   contract units that are `breaking`, `unsafe`, `stale`, or `ambiguous`.
2. Run $simplify in a subagent started from a self-contained brief with the exact scope, evaluating each pass before the next. Run $test-writing to
   audit coverage and close approved worthwhile gaps. These passes may edit.
3. Run these exact-target, read-only reviews in parallel, each in a subagent started from its own self-contained brief:
   - $code-review as a Standards review.
   - $refactor-opportunities.
   - $ux-ui when the diff affects an interface; inspect the rendered result or report `BLOCKED`. Report unavailable passes instead of simulating them.
4. Run $verification as the final fix loop. Fix task-related failures and report each check as `PASS`, `FAIL`, or `BLOCKED`.
5. Run a final read-only reviewer gate in a subagent started from a self-contained brief. The main agent owns synthesis and final reporting.

## Rules

- Give each subagent its full scope and context in the brief and tell it to treat inherited conversation as background, not as the task.
- Include every report section and state empty, skipped, unavailable, or blocked results.
- Use `READY FOR HUMAN REVIEW` only when no blocker remains.

## Report template

```md
# <READY FOR HUMAN REVIEW | NOT READY FOR HUMAN REVIEW>

## Simplify

- **Applied:** <items or none>
- **Suggested:** <items or none>

## Refactor opportunities

- **<Recommended | Optional>: <problem>** (`<files>`)
  - **Impact:** <impact>

<or "No worthwhile refactor opportunities found">

## Code review

<$code-review output>

## UI/UX review

- **<issue>**
  - **User goal:** <goal>
  - **Current:** <behavior>
  - **Fix:** <recommended behavior>
  - **Reason:** <reason>

<or "No findings", "Skipped", or "Blocked: <reason>">

## Final reviewer gate

<use the $code-review finding format, or "Clear">

## Verification

- `<check>` — <PASS | FAIL | BLOCKED>
```

