agents/skills/pi-improvements/SKILL.md
When encountering pi tool limitations, propose focused extensions that solve one problem each.
npx skillsauth add elianiva/dotfiles pi-improvementsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
~/.pi/extensions/name.ts over foldersEdit by Line: Replace exact-text matching with line numbers
edit_line({ path: "foo.tsx", start: 45, end: 52, replacement: "..." })
Edit Preview: Intercept edit tool, show unified diff in TUI overlay
Bash Summarize: Parse known tools (vp check, npm test), return structured errors
File Stale Guard: Store mtime on read, warn on write if changed
development
Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices".
development
Run an extremely strict maintainability review for abstraction quality, giant files, and spaghetti-condition growth. Use for a thermo-nuclear code quality review, thermonuclear review, deep code quality audit, or especially harsh maintainability review.
tools
At end of difficult sessions, analyze friction points and propose concrete improvements.
testing
Use when errors occur deep in execution and you need to trace back to find the original trigger - systematically traces bugs backward through call stack, adding instrumentation when needed, to identify source of invalid data or incorrect behavior