
from ring175
Comprehensive Ring-standards-aligned 44-dimension production readiness audit. Detects project stack, loads Ring standards via WebFetch, and runs in batches o...
This skill adds automated capabilities discovered from the original SKILL.md. It provides an enriched human-readable description and metadata for cataloging.
When you want the agent to leverage the described skill from the repository to perform its documented tasks.
No
A comprehensive 44-dimension production readiness audit skill aligned with Ring engineering standards. It detects project stack, loads standards via WebFetch, runs dimension-specific explorers in batches of 10, and produces a scored report with visual dashboard. No bundled scripts — the skill is entirely prompt-driven. The structure is well-organized with clear categories, execution protocol, and blocker conditions, but it depends heavily on a specific framework (Ring) and external WebFetch calls to GitHub raw content which could fail or be unavailable.
Well-architected skill with clear progressive disclosure, dimension tables, execution protocol, and blocker conditions. No security concerns — no shell commands, no credentials, no destructive actions. It's purely a prompt-driven orchestration skill. The main limitation is niche applicability: it's deeply tied to the Ring standards framework from LerianStudio, making it most useful only for teams using that specific stack. The skill instructs the agent to WebFetch standards docs from GitHub, which is a reasonable approach but creates a dependency on that repo being accessible. Architecture is strong with clear separation into dimension files and a structured execution protocol. Code quality is good — clear instructions, well-organized — but lacks scripts and relies entirely on prompt engineering which limits verifiability.