pharaoh-req-review

Audit a sphinx-needs requirement against ISO 26262 Part 8 §6 axes and emit findings JSON.

24|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/useblocks/pharaoh --skill pharaoh-req-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pharaoh-req-review
Source: https://github.com/useblocks/pharaoh/tree/main/skills/pharaoh-req-review
Command: npx skills add https://github.com/useblocks/pharaoh --skill pharaoh-req-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Auditing a single sphinx-needs requirement against the ISO 26262 Part 8 §6 axes to ensure compliance and to emit structured, per-axis findings for both mechanized and subjective axes.

Core Features & Use Cases

  • Per-axis scoring with binary (0/1) and subjective (0–3) axes, plus actionable items for failures.
  • JSON output including need_id, axes, action_items, and overall verdict for traceability audits.
  • Verifiability checks against needs.json for :verification: links to ensure references resolve.

Quick Start

Target a single requirement and run pharaoh-req-review to produce a findings JSON.

Frequently Asked Questions about pharaoh-req-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I audit a single requirement against ISO 26262 axes?

You can audit a single requirement against ISO 26262 Part 8 §6 axes by running the review on a draft or existing need-id, which outputs a structured JSON document with per-axis findings and an overall verdict.

What does ISO 26262 Part 8 §6 requirement traceability audit include?

ISO 26262 requirement traceability audit includes per-axis scoring with binary and subjective scales, verifiability checks against needs.json, and actionable items for failures emitted as structured JSON.

How do I check if requirement verification links resolve in sphinx-needs?

To check if requirement verification links resolve in sphinx-needs, the audit validates :verification: links against needs.json to ensure references are correctly mapped and traceable.

Can I audit an existing sphinx-needs requirement by its need-id?

Yes, you can audit an existing sphinx-needs requirement by providing its need-id to the review process, which then evaluates it against ISO 26262 axes and generates a findings JSON.

Does the requirement audit output support automated traceability checks?

Yes, the audit output supports automated traceability checks by emitting a structured JSON document containing need_id, axes, action_items, and an overall verdict for downstream processing.

What is the difference between binary and subjective axes in ISO 26262 audits?

Binary axes in ISO 26262 audits use a 0/1 score, while subjective axes use a 0–3 scale, both generating specific action items when requirements fail the compliance check.