# Adhd Pr Description

> >-

- **Type:** Skill
- **Install:** `agentstack add skill-ahmadrosid-nakama-adhd-pr-description`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [ahmadrosid](https://agentstack.voostack.com/s/ahmadrosid)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [ahmadrosid](https://github.com/ahmadrosid)
- **Source:** https://github.com/ahmadrosid/nakama/tree/main/.agents/skills/adhd-pr-description
- **Website:** https://ahmadrosid.github.io/nakama

## Install

```sh
agentstack add skill-ahmadrosid-nakama-adhd-pr-description
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## 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)

```markdown
## 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):

```markdown
---

[](https://github.com/EveryInc/compound-engineering-plugin)

```

## Rules

1. **Lead = outcome.** First Summary line is the new world, not "This PR removes…".
2. **Before/After = two lines.** Bold labels. No paragraph wrapping them.
3. **Why safe = numbered, ≤3.** Cap at 5 total bullets anywhere in the body; if more, keep only the decision-changing ones.
4. **One residual.** Name the case that would make you undo this. Skip if truly none.
5. **No diff tourism.** Do not list files, line counts as the story, or "also cleaned up exports" unless that *is* the risk.
6. **Test plan = runnable.** Prefer checked commands with pass counts; one unchecked manual probe.
7. **Title stays conventional.** `type(scope): imperative` — short. Body carries this shape; title does not need emoji or essays.
8. **Apply with `gh`.** Write body to a temp file; `gh pr edit  --body-file …` or `gh pr create --body-file …`. Never `--body "$(cat …)"`.

## Golden example

Match this density:

```markdown
## 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

1. Read the PR diff / commits (`gh pr view`, `git diff base...HEAD`)
2. Name: outcome, before, after, ≤3 why-safe, one residual
3. Fill the template — cut any sentence the diff already proves
4. Apply via `--body-file`
5. 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](https://github.com/ahmadrosid)
- **Source:** [ahmadrosid/nakama](https://github.com/ahmadrosid/nakama)
- **License:** MIT
- **Homepage:** https://ahmadrosid.github.io/nakama

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-ahmadrosid-nakama-adhd-pr-description
- Seller: https://agentstack.voostack.com/s/ahmadrosid
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
