@fbraza/pi-sci-reviewer

Pi extension that runs the scientific-audit skill, parses its verdict, and syncs findings to todos. Bundles the scientific-audit skill.

Packages

Package details

extensionskill

Install @fbraza/pi-sci-reviewer from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:@fbraza/pi-sci-reviewer
Package
@fbraza/pi-sci-reviewer
Version
1.0.0
Published
Jun 17, 2026
Downloads
not available
Author
fbraza
License
unknown
Types
extension, skill
Size
49.6 KB
Dependencies
0 dependencies · 2 peers
Pi manifest JSON
{
  "extensions": [
    "./src/index.ts"
  ],
  "skills": [
    "./skills"
  ]
}

Security note

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

README

@fbraza/pi-sci-reviewer

A standalone Pi extension that wraps the scientific-audit skill in a repeatable audit workflow and syncs findings into the todo system.

What it does

  • /audit [focus] — asks Pi to run /skill:scientific-audit on the current analysis, then parses the structured Verdict (PASS / REVIEW / FAIL) and Issues list from the response.
  • Presents a multi-select TUI to choose which issues to tackle now; the rest are deferred as todos.
  • Syncs selected issues into the todo store (.pi/todos or PI_TODO_PATH) tagged audit / scientific-audit.
  • /audit-resolve — closes audit todos that have been addressed.

Bundled skill

skills/scientific-audit/SKILL.md — a 359-check audit protocol across 10 categories (numerical consistency, statistical integrity, biological plausibility, logical coherence, hallucination detection, reproducibility, data integrity, visualization integrity, ethical compliance, LLM failure modes).

Install

pi install npm:@fbraza/pi-sci-reviewer

Author

Faouzi Braza