skills/pr-report/SKILL.md
Review a pull request or contribution deeply, explain it tutorial-style for a maintainer, and produce a polished report artifact such as HTML or Markdown. Use when asked to analyze a PR, explain a contributor's design decisions, compare it with similar systems, or prepare a merge recommendation.
npx skillsauth add a7garden/CoHalo pr-reportInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Produce a maintainer-grade review of a PR, branch, or large contribution.
Default posture:
Use this skill when the user asks for things like:
Common outputs:
tmp/reports/...report/ or another requested folderIf the user asks for a webpage, build a polished standalone HTML artifact with clear sections and readable visual hierarchy.
Resources bundled with this skill:
references/style-guide.md for visual direction and report presentation rulesassets/html-report-starter.html for a reusable standalone HTML/CSS starterWork from local code when possible, not just the GitHub PR page.
Gather:
Start by answering: what is this change trying to become?
Do not stop at file-by-file notes. Reconstruct the design:
For large contributions, include a tutorial-style section that teaches the system from first principles.
Findings come first. Order by severity.
Prioritize:
Always cite concrete file references when possible.
Be explicit about whether a concern is:
Do not hide an architectural objection inside a scope objection.
If the contribution introduces a framework or platform concept, compare it to similar open-source systems.
When comparing:
Good comparison questions:
Do not stop at "merge" or "do not merge."
Choose one:
If rejecting or narrowing, say what should be kept.
Useful recommendation buckets:
Suggested report structure:
For HTML reports:
Before building from scratch, read references/style-guide.md.
If a fast polished starter is helpful, begin from assets/html-report-starter.html
and replace the placeholder content with the actual report.
Check:
Watch closely for:
In chat, summarize:
Keep the chat summary shorter than the report itself.
development
Coordinate a full CoHalo release across engineering verification, npm, GitHub, website publishing, and announcement follow-up. Use when leadership asks to ship a release, not merely to discuss version bumps.
documentation
Generate the stable CoHalo release changelog at releases/v{version}.md by reading commits, changesets, and merged PR context since the last stable tag.
development
File-based memory system using Tiago Forte's PARA method. Use this skill whenever you need to store, retrieve, update, or organize knowledge across sessions. Covers three memory layers: (1) Knowledge graph in PARA folders with atomic YAML facts, (2) Daily notes as raw timeline, (3) Tacit knowledge about user patterns. Also handles planning files, memory decay, weekly synthesis, and recall via qmd. Trigger on any memory operation: saving facts, writing daily notes, creating entities, running weekly synthesis, recalling past context, or managing plans.
tools
Technical guide for creating a new CoHalo agent adapter. Use when building a new adapter package, adding support for a new AI coding tool (e.g. a new CLI agent, API-based agent, or custom process), or when modifying the adapter system. Covers the required interfaces, module structure, registration points, and conventions derived from the existing claude-local and codex-local adapters.