# Summarize

> Produce a structured merge result summary. Call this when you have completed the merge.

- Skill: `counterpointconsulting/summarize-3` (Agent Skill)
- Install (CLI): `npx skillmds@latest add counterpointconsulting/summarize-3`
- Raw SKILL.md: https://api.skillmd.com/api/skills/counterpointconsulting/summarize-3/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Research & Search
- Author: CounterpointConsulting (https://skillmd.com/u/counterpointconsulting)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/counterpointconsulting/summarize-3

---


# Summarize Your Merge Result

Write a JSON file at /output/result.json:

```json
{
  "status": "success | conflicts | failed",
  "summary": "Brief description of merge result",
  "conflictsResolved": ["path/to/conflicting/file"],
  "conflictsRemaining": [],
  "testsPassed": true
}
```

IMPORTANT: Write the file using the write tool to /output/result.json.
Then commit and push the merge.

