@easy-review/skills
v0.4.16
Published
Install Easy Review agent skills (er-review, er-guide, er-queue, er-low-hanging-fruit, er-get-feedback, er-respond, er-saved) for Cursor, Claude Code, and Codex.
Maintainers
Readme
@easy-review/skills
Install Easy Review agent skills for Cursor, Claude Code, and Codex.
Quick start
cd ~ && npx @easy-review/skillsThe installer walks you through agents, skills, and install directories (like TechProfessor).
Non-interactive (all agents, all skills, default paths):
npx -y @easy-review/skillsbunx @easy-review/skills runs the same wizard (reads prompts from /dev/tty when bun leaves stdin non-interactive).
If you run this inside the monorepo npm/skills directory, use the home-directory form above.
Install one skill:
npx -y @easy-review/skills -s er-reviewList bundled skills:
npx -y @easy-review/skills --listBundled skills
| Skill | Purpose |
|-------|---------|
| er-review | Prepare → author → upload triage/review sidecars |
| er-guide | Create guided tour (tour.json) |
| er-queue | What to review next (priority, debt, blocked, stale) |
| er-low-hanging-fruit | Smallest / quick-win PRs |
| er-get-feedback | Read questions, notes, findings |
| er-respond | Reply on PR threads |
| er-saved | Pin / list saved PRs and artifacts |
Pair with the MCP server:
bunx easy-review-mcp # stdio MCP — see docs/guide/mcp.htmlOptions
-g, --global Install under home agent dirs (default)
-p, --project Install under project-local agent dirs
-s, --skill Skill id(s), comma-separated, or *
-a, --agent Agent ids: cursor, claude-code, codex, all
-y, --yes Non-interactive: all agents/skills, default paths
-f, --force Overwrite existing skill foldersPublish
From repo root (after version bump in package.json):
cd npm/skills && npm publish --access publicprepack syncs source/ → skills/ and inlines shared docs.
Source
Edit skill markdown under source/ (source/er-review/SKILL.md, etc.). Shared snippets live in source/_shared/. Run npm run sync after edits; prepare/prepack run it automatically.
