Summarize

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

CounterpointConsulting cf18008 519 B Updated

File contents

Summarize Your Merge Result

Write a JSON file at /output/result.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.

CounterpointConsulting/shepherds-pi/tree/main/personas/integrator/skills/summarize commit cf180080cd

Frequently asked questions

npx skillmds@latest add counterpointconsulting/summarize-3