qualia-review

Run diagnostic audits and score code issues by severity.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Qualiasolutions/qualia-framework --skill qualia-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qualia-review
Source: https://github.com/Qualiasolutions/qualia-framework/tree/main/skills/qualia-review
Command: npx skills add https://github.com/Qualiasolutions/qualia-framework --skill qualia-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates production-quality audits by running diagnostics and scoring findings by severity, helping teams identify and prioritize risks before release.

Core Features & Use Cases

  • Executable diagnostics: runs real commands and scores each finding by severity.
  • Severity-based prioritization: highlights critical issues to gate deployments.
  • Trigger-based workflows: respond to review/audit/production checks across CI/CD.
  • Structured reporting: produces actionable findings for fixes and handoffs.

Quick Start

Run /qualia-review to start a full diagnostic pass and scoring of your project.

Frequently Asked Questions about qualia-review

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

FAQPage Schema
How do I run a production code audit and score issues by severity?

To run a production code audit and score issues by severity, trigger a diagnostic pass that executes real shell commands, aggregates the results, and produces structured findings prioritized by risk.

What is a production-grade code review audit?

A production-grade code review audit is a reproducible diagnostic workflow that evaluates software projects for security, reliability, and performance risks before deployment or handoffs.

Can I use diagnostic scoring to gate deployments in CI/CD?

Yes, you can use diagnostic scoring to gate deployments in CI/CD by configuring trigger-based workflows that highlight critical severity issues and block releases until they are resolved.

What's the best way to automate security and reliability checks during code handoffs?

The best way to automate security and reliability checks during code handoffs is to execute a full diagnostic pass that produces actionable structured reports of risks for the receiving team.

Does the code review audit work for software projects without external dependencies?

Yes, the code review audit works for software projects without external dependencies because it runs a self-contained diagnostic workflow that executes shell commands directly within your environment.

When should I not use an automated diagnostic audit for production code?

You should not use an automated diagnostic audit for production code if your environment restricts executing real shell commands, as the audit relies on running live commands to detect and score findings.