dev-setup

dev-setup is a skill for Claude Code, Codex, Cursor from jamesjfoong/github-pr-review-mcp. It costs 20 tokens per session (216 once invoked), scanned A, original, MIT.

A development setup guide for a Node.js project, including installation, environment configuration, development mode, and production builds.

In plain words
What is it for?
Use it to run the setup script, install dependencies, create the environment file, start hot-reload development, or build and run the project.
Why use it?
It gathers the steps needed after cloning the project or before testing changes, reducing setup mistakes.

Skill for Claude CodeCodexCursor

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/jamesjfoong/github-pr-review-mcp/dev-setup
Any agent
npx skills add jamesjfoong/github-pr-review-mcp --skill dev-setup
Clone the repo
git clone --depth 1 https://github.com/jamesjfoong/github-pr-review-mcp

Made for: Claude Code, Codex, Cursor.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for dev-setup

README.md
[![agentmods](https://agentmods.dev/badge/skills/jamesjfoong/github-pr-review-mcp/dev-setup.svg)](https://agentmods.dev/skills/jamesjfoong/github-pr-review-mcp/dev-setup)
Your own site
<a href="https://agentmods.dev/skills/jamesjfoong/github-pr-review-mcp/dev-setup"><img src="https://agentmods.dev/badge/skills/jamesjfoong/github-pr-review-mcp/dev-setup.svg" alt="Measured on agentmods" height="20"></a>
Per session 20 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 216 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00020 $0.00216
Opus 5 $0.00010 $0.00108
Sonnet 5 $0.00004 $0.00043
Haiku 4.5 $0.00002 $0.00022

Measured 3d ago against content hash 8bb573a9414a, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

dev-setup scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.cursor/skills/dev-setup/SKILL.md · 59 lines

What it actually says

Development Setup

When to Use

  • First time setup
  • After cloning repository
  • Testing changes

Quick Setup

./scripts/setup.sh

Checks Node.js, installs deps, builds, creates .env.

Manual Setup

npm install
cp .env.example .env
# Add GITHUB_TOKEN to .env
npm run build

Development Mode

npm run dev

Hot reload enabled - changes auto-recompile.

Production Build

npm run build
npm start

Environment Variables

Required:

  • GITHUB_TOKEN - GitHub PAT with repo and read:user scopes

Optional:

  • DEBUG=true - Enable debug logging

Node.js Version

Requires 20.19.0+ (or 22.12.0+, 23.0.0+)

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 59 lines · 20 tokens per session scan A 8bb573a9414a

Subscribe to this mod's changes

dev-setup is a skill published in the GitHub repository jamesjfoong/github-pr-review-mcp (1 stars, last pushed 6mo ago), licensed MIT. It adds 20 tokens to every session and 216 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

pr-description

Write a reviewer-first pull-request description from the actual branch diff. Use when opening a PR or asked to write/improve a PR description.

jnMetaCode/skillet · 31 tokens

pr-reviewer

AI-powered pull request review and summarization - analyze diffs, detect bugs, security issues, suggest improvements, generate PR summaries, and auto-comment on GitHub PRs.

chainlesschain/chainlesschain · 38 tokens

pr-triage

PR triage: audit open PRs, deep review selected ones, draft and post review comments. Args: "all" to review all, PR numbers to focus (e.g. "42 57"), "en"/"fr" for language, no arg = audit only in French.

rtk-ai/rtk · 64 tokens

issue

Use when starting a chain from a GitHub issue — turning an issue URL or number into a triaged, planned, dispatched, and reviewed pull request. Classifies the thread (bug → root-cause discipline, feature → plan chain, question → drafted reply), synthesizes a spec from the issue's own acceptance criteria, then runs the…

jeremylongshore/tons-of-skills-marketplace · 115 tokens

pr

Use when reviewing an incoming GitHub pull request — runs the multi-level (L1-L5) audit against the PR's real diff range, posts findings as one batched review (inline, summary, or local-only), offers the standard fix chain on NEEDSFIX, and optionally merges. The maintainer-side counterpart to /hyperflow:issue. Trigger…

jeremylongshore/tons-of-skills-marketplace · 105 tokens

code-review-github

GitHub PR workflow orchestration for code review — list PRs, post comments, apply labels, and guarded auto-merge.

initializ/forge · 30 tokens