Built for reviewing GitHub PRs with specific guardrails around scope and trust tier compliance. It reads the full diff, validates that changes stay within AQE/QE skill boundaries (explicitly excluding platform skills like v3-* and flow-nexus-*), checks trust tier assignments against actual eval infrastructure, and posts structured feedback. The workflow enforces reading every changed file before analysis, which is both methodical and slightly paranoid in a good way. Most useful when you need consistency across PR reviews and want to catch scope creep before it ships. The trust tier validation is clever, mapping infrastructure presence to confidence levels automatically.
npx skills add https://github.com/proffesor-for-testing/agentic-qe --skill pr-review