Install
$ agentstack add skill-ahmadrosid-nakama-adhd-pr-description ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
ADHD PR description
Default PR body format for this repo. Reviewers should finish the description in one glance. The diff is already on GitHub — do not restate file moves.
Agents: load this skill whenever composing or rewriting a Nakama PR description (including via ce-commit-push-pr). Body shape comes from here; still gather real claims from the diff (outcome, risk, what you verified).
Shape (required)
## Summary
**Before:**
**After:**
Why safe:
1.
2.
3.
Only re-add / follow up if .
## Test plan
- [x] ( pass)
- [ ]
Optional after test plan (keep if the workflow expects Compound Engineering badges):
---
[](https://github.com/EveryInc/compound-engineering-plugin)
Rules
- Lead = outcome. First Summary line is the new world, not "This PR removes…".
- Before/After = two lines. Bold labels. No paragraph wrapping them.
- Why safe = numbered, ≤3. Cap at 5 total bullets anywhere in the body; if more, keep only the decision-changing ones.
- One residual. Name the case that would make you undo this. Skip if truly none.
- No diff tourism. Do not list files, line counts as the story, or "also cleaned up exports" unless that is the risk.
- Test plan = runnable. Prefer checked commands with pass counts; one unchecked manual probe.
- Title stays conventional.
type(scope): imperative— short. Body carries this shape; title does not need emoji or essays. - Apply with
gh. Write body to a temp file;gh pr edit --body-file …orgh pr create --body-file …. Never--body "$(cat …)".
Golden example
Match this density:
## Summary
Approve an org-memory proposal → bullet goes into `MEMORY.md`. No LLM call.
**Before:** deterministic merge, then optional model rewrite of the whole file.
**After:** deterministic merge only (`applyApprovedOrgMemoryBullet`).
Why safe:
1. Dedup + supersede already live in that function
2. LLM path already failed closed to the deterministic result
3. −230 lines, same approve outcome
Only re-add an LLM rewrite if contradictory bullets start surviving approve.
## Test plan
- [x] `bun test packages/agent/src` (80 pass)
- [x] `bun test apps/server/src/services/org-memory-service.test.ts` (15 pass)
- [ ] Approve one pending proposal (pinned + recent-log) — bullet lands as before
Anti-patterns
| Don't | Do | | --- | --- | | Multi-paragraph Summary | One outcome line + Before/After + Why safe | | "This PR aims to…" / "In order to…" | Start with the verb or user action | | Nested ### under Summary | Flat ## Summary + ## Test plan only | | Restating every deleted file | Residual risk only | | Vague "tests passed" | Exact command + pass count |
Workflow
- Read the PR diff / commits (
gh pr view,git diff base...HEAD) - Name: outcome, before, after, ≤3 why-safe, one residual
- Fill the template — cut any sentence the diff already proves
- Apply via
--body-file - Reply with the PR URL (plus "say if you want the title tightened" only if useful)
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: ahmadrosid
- Source: ahmadrosid/nakama
- License: MIT
- Homepage: https://ahmadrosid.github.io/nakama
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.