Topic: devops
5,262 skills in this topic.
-
ring:dev-chaos-testing
Gate 7 of development cycle - ensures chaos tests exist using Toxiproxy
to verify graceful degradation under connection loss, latency, and partitions.
LerianStudio/ring 169
-
ring:dev-frontend-performance
Gate 6 of frontend development cycle - ensures Core Web Vitals compliance,
Lighthouse performance score > 90, and bundle size within budget.
LerianStudio/ring 169
-
ring:dev-sre
Gate 2 of the development cycle. VALIDATES that observability was correctly implemented
by developers. Does not implement observability code - only validates it.
LerianStudio/ring 169
-
ring:regulatory-templates-setup
Initial setup sub-skill - handles template selection and context initialization
for the 5-stage regulatory workflow. Supports any regulatory template (pre-defined
or new) via official spec intake (URL/XSD/PDF).
LerianStudio/ring 169
-
ring:dev-frontend-e2e
Gate 5 of frontend development cycle - ensures all user flows from
product-designer have passing E2E tests with Playwright across browsers.
LerianStudio/ring 169
-
ring:dev-unit-testing
Gate 3 of development cycle - ensures unit test coverage meets threshold (85%+)
for all acceptance criteria using TDD methodology.
LerianStudio/ring 169
-
ring:resource-allocation
Resource capacity planning and allocation skill for managing people and skills
across multiple projects. Identifies conflicts, gaps, and optimization opportunities.
LerianStudio/ring 169
-
ring:linting-codebase
Parallel lint fixing pattern - runs lint checks, groups issues into independent
streams, and dispatches AI agents to fix all issues until the codebase is clean.
LerianStudio/ring 169
-
ops-disaster-recovery
Structured workflow for disaster recovery planning, implementation, and testing
including RTO/RPO definition, DR strategy selection, and failover procedures.
LerianStudio/ring 169
-
ops-cost-optimization
Structured workflow for cloud cost analysis and optimization including
rightsizing, reserved capacity planning, and FinOps practices.
LerianStudio/ring 169
-
ring:regulatory-templates
5-stage regulatory template orchestrator - manages setup, Gate 1 (analysis + auto-save),
Gate 2 (validation), Gate 3 (generation), optional Test Gate, optional Contribution Gate.
Supports any regulatory template (BACEN, RFB, CVM, SUSEP, COAF, or other).
LerianStudio/ring 169
-
ring:pre-dev-design-validation
Gate 1.5/2.5: Design Validation - verifies UX specifications are complete
before proceeding to technical architecture. Checklist-based validation
that prevents incomplete designs from reaching implementation.
LerianStudio/ring 169
-
ring:dev-frontend-visual
Gate 4 of frontend development cycle - ensures all components have snapshot
tests covering all states, viewports, and edge cases.
LerianStudio/ring 169
-
ring:dev-cycle-frontend
Frontend development cycle orchestrator with 9 gates. Loads tasks from PM team output
or backend handoff and executes through implementation → devops → accessibility →
unit testing → visual testing → E2E testing → performance testing → review → validation.
LerianStudio/ring 169
-
ring:pre-dev-research
Gate 0 research phase for pre-dev workflow. Dispatches 4 parallel research agents
to gather codebase patterns, external best practices, framework documentation,
and UX/product research BEFORE creating PRD/TRD. Outputs research.md with
file:line references and user research findings.
LerianStudio/ring 169
-
ring:dev-migrate-v4
Analyzes a Go service using lib-commons v2/v3 and generates a visual migration
report showing every change needed to upgrade to lib-commons v4. Produces an
interactive HTML page (via ring:visual-explainer) and optionally generates
refactoring tasks for ring:dev-cycle.
LerianStudio/ring 169
-
ring:exploring-codebase
Autonomous two-phase codebase exploration - first discovers natural perspectives
(layers, components, boundaries), then dispatches adaptive deep-dive explorers
based on what was discovered. Synthesizes findings into actionable insights.
LerianStudio/ring 169
-
ring:dev-dep-security-check
Intercepts and audits dependency installations (pip, npm, go) before they
execute. Validates package identity, checks for known vulnerabilities,
flags suspicious signals (new package, single maintainer, recent name
change), and enforces hash pinning in lockfiles. Acts as a supply-chain
gate for every `install` command in a Lerian codebase.
LerianStudio/ring 169
-
budget-creation
Complete budgeting and forecasting workflow covering annual budgets, departmental budgets,
rolling forecasts, and variance analysis. Delivers documented budgets with approval trails.
LerianStudio/ring 169
-
ring:dev-delivery-verification
Delivery Verification Gate — verifies that what was requested is actually delivered
as reachable, integrated code. Not quality review (Gate 8), not test verification
(Gate 9) — this gate answers: "Is every requirement from the original task actually
functioning in the running application?" Applies to ANY task type: features, refactors,
fixes, infrastructure, API endpoints, middleware, business logic, integrations.
LerianStudio/ring 169
-
ring:pre-dev-task-breakdown
Gate 7: Implementation tasks - value-driven decomposition into working increments
that deliver measurable user value.
LerianStudio/ring 169
-
gtm-planning
Go-to-market planning skill for developing channel strategy, tactics,
timeline, and budget allocation for product launches.
LerianStudio/ring 169
-
ring:executing-plans
Controlled plan execution with human review checkpoints - loads plan, executes
in batches, pauses for feedback. Supports one-go (autonomous) or batch modes.
LerianStudio/ring 169
-
ring:dev-cycle
Main orchestrator for the 10-gate development cycle system. Loads tasks/subtasks
from PM team output and executes through implementation → devops → SRE → unit testing → fuzz testing → property testing → integration testing (write) → chaos testing (write) → review → validation
gates (Gates 0-9), with state persistence and metrics collection.
Gates 6-7 (integration/chaos) write and update test code per unit but only execute tests at end of cycle (deferred execution).
Multi-tenant dual-mode is implemented during Gate 0 and verified at Gate 0.5G (no separate post-cycle step).
LerianStudio/ring 169