@firstpick/pi-skill-code-quality

Agents should invoke this skill for code reviews, linting/formatting setup, maintainability checks, complexity concerns, warning cleanup, coding standards, or quality gates in Rust, TypeScript, Python, shell, and mixed repos.

Packages

Package details

skill

Install @firstpick/pi-skill-code-quality from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:@firstpick/pi-skill-code-quality
Package
@firstpick/pi-skill-code-quality
Version
0.1.1
Published
May 18, 2026
Downloads
not available
Author
firstpick
License
MIT
Types
skill
Size
9.6 KB
Dependencies
0 dependencies · 0 peers
Pi manifest JSON
{
  "skills": [
    "./skills"
  ]
}

Security note

Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.

README

@firstpick/pi-skill-code-quality

A Pi skill for code reviews, linting/formatting setup, maintainability checks, complexity concerns, warning cleanup, coding standards, or quality gates in Rust, TypeScript, Python, shell, and mixed repos.

What it does

  • Adds the code-quality skill to Pi's skill library.
  • Guides agents to invoke the skill for code reviews, linting/formatting setup, maintainability checks, complexity concerns, warning cleanup, coding standards, or quality gates in Rust, TypeScript, Python, shell, and mixed repos.
  • Bundles skills/code-quality/SKILL.md plus any supporting references, scripts, tests, fixtures, or assets used by the skill.

Install

pi install npm:@firstpick/pi-skill-code-quality

Configuration

No required configuration.

Commands

None.

Tools

None.

Example view

User: Review this change for the concerns covered by `code-quality`.
Agent: Invokes the `code-quality` skill, follows its workflow, and reports the result.