shaktra-quality — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited shaktra-quality (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
This skill provides the review checklists and processes used by the sw-quality agent during TDD pipeline gates. It operates in two modes: quick-check for gate reviews and comprehensive for final assessment.
This skill defines: HOW to evaluate code and tests (check procedures, gate logic, review processes).
shaktra-reference defines: WHAT severity levels mean (severity-taxonomy.md), WHAT quality dimensions exist (quality-dimensions.md), and WHAT the merge gate logic is.
shaktra-tdd defines: HOW to write tests and code (practices, patterns). This skill evaluates adherence to those practices.
This skill never restates severity definitions or quality dimension frameworks — it references them.
quick-check.mdquality-dimensions.md + Dimension N: Plan Adherence)principles.ymlcomprehensive-review.mdREFACTOR_PASS or REFACTOR_BLOCKEDRead from shaktra-reference/severity-taxonomy.md — restated here as operational reference:
p0_count = count findings where severity == P0
p1_count = count findings where severity == P1
p1_max = read settings.quality.p1_threshold
if p0_count > 0:
emit CHECK_BLOCKED
else if p1_count > p1_max:
emit CHECK_BLOCKED
else:
emit CHECK_PASSEDMax fix loops: 3 per gate. After 3 failed attempts, emit MAX_LOOPS_REACHED and escalate to user with all unresolved findings.
| File | Purpose |
|---|---|
quick-check.md | 36 checks with IDs, severities, gates, detection guidance, and examples |
comprehensive-review.md | Full 14-dimension review process with plan adherence and decision consolidation |
performance-data-checks.md | Performance and data layer checks (PG-01 through PG-08, DL-01 through DL-08) |
security-checks.md | Security checks aligned with OWASP Top 10 (SE-01 through SE-12, ST-01 through ST-03) |
architecture-checks.md | Architecture governance checks enforcing settings.project.architecture (ARC-01 through ARC-06) |
shaktra-reference/severity-taxonomy.md — P0-P3 definitions and merge gate logicshaktra-reference/quality-dimensions.md — 13 dimensions (A-M) frameworkshaktra-reference/quality-principles.md — 10 core principlesshaktra-reference/guard-tokens.md — tokens emitted during reviewsshaktra-stories/story-tiers.md — tier-based check depth behavior~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.