audit-loop

Route legacy audit-loop commands to /audit-plan, /audit-code, or /cycle.

Updated Mar 25, 2026
One-click install
npx skills add https://github.com/Lbstrydom/claude-engineering-skills --skill audit-loop-lbstrydom
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: audit-loop
Source: https://github.com/Lbstrydom/claude-engineering-skills/tree/main/.claude/skills/audit-loop
Command: npx skills add https://github.com/Lbstrydom/claude-engineering-skills --skill audit-loop-lbstrydom

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Backward-compatibility shim that preserves access to legacy '/audit-loop' commands by routing to the modern, supported flows.

Core Features & Use Cases

  • Forward-compatibility routing: maps deprecated commands to /audit-plan, /audit-code, and /cycle.
  • No duplicated logic: delegates entirely to existing skills.
  • Discoverable shim: remains as a reference for muscle memory while using updated workflows.

Quick Start

Run a legacy audit-loop command to route to the modern flow.

Frequently Asked Questions about audit-loop

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

FAQPage Schema
How do I route legacy audit-loop commands to modern workflows?

Legacy audit-loop commands are routed to modern workflows by delegating execution to active flows like /audit-plan, /audit-code, or /cycle. This backward-compatibility shim preserves access to deprecated commands without duplicating logic.

What is backward-compatibility routing for deprecated audit commands?

Backward-compatibility routing maps deprecated audit commands to supported sibling skills. It preserves muscle memory and ensures legacy commands route correctly to modern plan, code, and full-cycle execution flows.

Can I use audit-loop for full-cycle execution orchestration?

Yes, audit-loop supports full-cycle execution orchestration by delegating to the /cycle flow. It routes legacy commands across plan, code, and full-cycle phases to modern sibling skills.

Does audit-loop duplicate logic from audit-plan or audit-code?

No, audit-loop does not duplicate logic from audit-plan or audit-code. It delegates entirely to existing sibling skills to satisfy compatibility requirements while preserving backward compatibility.

When do I need a compatibility shim for audit chaining?

A compatibility shim for audit chaining is needed when preserving access to legacy audit-loop commands. It maps deprecated commands to active modern flows, ensuring continuity across plan, code, and cycle workflows.