@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.
Package details
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.5- Published
- Aug 7, 2026
- Downloads
- 305/mo · 29/wk
- Author
- firstpick
- License
- MIT
- Types
- skill
- Size
- 10.2 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
Code Quality
Review code for clarity and maintainability, prioritizing practical problems over style-only recommendations.
Helpful when
- A change is difficult to review.
- A project has duplication, warnings, or overly complicated parts.
- You want practical cleanup priorities.
What to share with Pi
- The files, branch, or change to review
- The project’s coding rules if it has any
- Areas that are especially difficult to maintain
Try asking
Review this change for clarity and maintainability. Focus on problems that could cause mistakes or make future work harder.
What you’ll get
- The most useful improvements first
- Examples tied to specific files
- Suggested checks to keep the code healthy
Keep in mind
Not every style preference is a quality problem. Ask for a read-only review when you do not want formatters or fixes to modify files; persistence to workspace memory should also be explicitly approved.
Install
pi install npm:@firstpick/pi-skill-code-quality
Restart Pi if the skill does not appear in your current session.
Technical details
See TECHNICAL.md for advanced usage, configuration, compatibility, and limitations.