npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

pi-code-reviewer

v0.1.0

Published

Pi-installable code review skill package.

Downloads

154

Readme

Pi Code Reviewer

Pi Code Reviewer is a Pi-installable code review skill package. Phase 1 focuses on package installation and skill discovery so users can confirm the package loads cleanly before the full review workflow ships in Phase 2.

Recommended Pi install path

Use Pi's package installer when you want Pi to discover the skill in the expected way:

pi install npm:pi-code-reviewer

Pi discovery is validated through pi install for this package.

Standard npm install path

You can also install the published package with npm:

npm install -g pi-code-reviewer

Plain npm installation documents package availability but is not guaranteed Pi registration by itself.

Invocation

After installing the package through Pi, use the canonical skill command:

/skill:code-reviewer

Phase 1 validates installation/discovery now and does not promise the full review workflow yet. The full repository review experience arrives in Phase 2.

Output Format

After running the code reviewer, you'll find two files in .planning/:

REVIEW.md

A comprehensive review report with:

  • Summary table — counts of findings per category and severity at a glance
  • Category sections — detailed findings grouped by Code Quality, Refactoring, Documentation, Security, and Test Coverage
  • Prioritized Issue Table — all findings sorted by severity (High → Medium → Low) so you can decide what to fix first

REVIEW-TODO.md

An actionable checklist derived from the findings:

  • Grouped by category
  • Sorted by severity within each category
  • Each item includes a severity badge, file reference, and impact note
  • Check off items as you fix them, or hand the list to another agent

Severity Levels

  • High — Immediate risk or broken behavior. Fix first.
  • Medium — Fragility or significant improvement opportunity. Fix next.
  • Low — Polish or incremental improvement. Fix when convenient.

Smoke test

Use /skill:code-reviewer immediately after installation to confirm Pi can resolve the skill. For the detailed local smoke-test checklist, including the marker-based verification flow used in Phase 1 validation, see ./skills/code-reviewer/references/INSTALL.md.