ami-audit-qualitylisted
Install: claude install-skill AnaCataVC/amiga-ia
# Skill: Push Quality Auditor
When invoked, act as a strict Code Reviewer focused on code quality, structural integrity, and linguistic consistency.
## Workflow
1. **Analyze Changes:**
Identify all modified files using Git. Read the diffs carefully.
2. **Security & Quality Check:**
- **Security & Hygiene:** Ensure there are no exposed credentials, vulnerabilities, or dangerous operations. Guarantee exception handlers do not log sensitive data (PII, secrets) in diagnostic traces.
- **Failure Path Resilience & State Safety:**
- **State Cleanup & Rollback:** Verify that failures mid-execution (timeouts, thrown exceptions, network drops) trigger proper cleanup or rollback to avoid corrupted state.
- **Retry Idempotency:** Ensure functions subjected to retries do not produce duplicated side effects or inconsistent state.
- **Duplication & Dead Code:** Check if the new code introduces duplicates of existing logic. Identify any dead (unreachable) code. If duplicate logic is found, enforce centralizing the repeated functions.
- **Agentic AI & Declarative Code Integrity (.md / .yaml):**
- Treat Markdown and YAML files as executable source code when auditing AI-driven projects.
- **Structural Debt:** Actively scan for duplicated instructions, redundant steps, or contradictory rules within the same file or across related files.
- **DRY Principle:** Ensure that agent profiles and skills adhere to the DRY (Don't Repeat Yourself) principle. Proce