# Result Packager

> Standardize final outputs into concise, actionable summaries. Use at the end of each task phase and final delivery to ensure clear status, what changed, risks, and next steps.

- Skill: `alubiama/result-packager` (Agent Skill)
- Install (CLI): `npx skillmds@latest add alubiama/result-packager`
- Raw SKILL.md: https://api.skillmd.com/api/skills/alubiama/result-packager/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: Alubiama (https://skillmd.com/u/alubiama)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/alubiama/result-packager

---


# Result Packager

## Goal

Deliver clear outcomes without noise so decisions and handoff are fast.

## Output Format

Return:

1. `status` (`done`, `partial`, `blocked`)
2. `what_changed`
3. `verification`
4. `risks_or_gaps`
5. `next_steps` (if any)

## Packaging Rules

- Keep summary concise and specific.
- Include file references for code/config changes.
- Separate confirmed facts from assumptions.
- Mention any unrun tests or blocked checks.

## Guardrails

- Do not dump raw logs unless user asks.
- Keep technical detail proportional to task complexity.

