Claude Code Skills

Use skills to handle feedback

Type /makethisbetter list in Claude Code and your agent knows what users need.

$ npx skills add makethisbetter/skills

Works with Claude Code, Cursor, Windsurf & 70+ agents

/makethisbetter setup
One-command setup

Installs the CLI, logs you in, and writes the config — a single command gets everything ready.

/makethisbetter list
See what's pending

Review open feedback right in the chat, filtered by status — no tab-switching, no dashboard.

/makethisbetter pick
Start fixing

Pick an item and the agent pulls the full context — screenshot, DOM, console, and triage — then codes.

In Claude Code

One slash command. Full context.

claude
> /makethisbetter pick demo/FB-42
Fetching feedback demo/FB-42
demo/FB-42 · Export button doesn't work on Safari
reporter: [email protected] · 12 upvotes
scene sharing Q2 report before a meeting
blocker Blob.stream() unsupported in WebKit
need export reports without manual steps
context screenshot · DOM · console attached
AI triage accept — clear bug, high impact
> Got it. The PDF export uses Blob.stream(), which Safari doesn't support. I'll add an arrayBuffer() fallback.
Editing src/export/pdf.ts
Reference

Every command.

/makethisbetter setup Install the CLI, log in, and write config in one step.
/makethisbetter list Show open feedback, filterable by status.
/makethisbetter pick <id> Load full context and start fixing.
/makethisbetter resolve <id> Mark it done and notify the reporter.
/makethisbetter dismiss <id> Close with a reason, no code change.

Open source. Free.

Read the source, file issues, or send a PR. The Skills package lives on GitHub.

View on GitHub
github.com/makethisbetter/skills