@getpipher/quality
Code quality skills for any coding agent — linting/fixing, TypeScript strict checks, production-readiness audit, multi-persona QA, and a brutal pre-prod code roast.
Package details
Install @getpipher/quality from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:@getpipher/quality- Package
@getpipher/quality- Version
0.3.0- Published
- Sep 9, 2026
- Downloads
- 206/mo · 170/wk
- Author
- rz1989
- License
- MIT
- Types
- skill
- Size
- 61.9 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
@getpipher/quality
Code quality skills for any coding agent — linting/fixing, TypeScript strict checks, production-readiness audit, multi-persona QA, and a brutal pre-prod code roast.
Skills
| Skill | Purpose |
|---|---|
quality-lint-fix |
Run linter and auto-fix all issues in the project |
quality-production-checklist |
Analyze any codebase for production readiness — security, performance, deployment |
quality-qa |
Multi-persona QA — dev-engineer code review + end-user UX critique |
quality-roast |
Brutal pre-production code audit that roasts lazy shortcuts and red flags |
quality-type-check-strict |
Run TypeScript strict checks and create a plan to fix all errors |
Install
# Install as a pi package
pi install npm:@getpipher/quality
# Or add the skills to any coding agent via the skills CLI
npx skills add getpipher/quality
Works with any coding agent. quality-qa degrades gracefully — sequential personas when sub-agents aren't available, user-provided screenshots when no browser tool is.
License
MIT