repo-quality-orchestrator

Audit and remediate TypeScript projects while preserving public APIs.

63|2|Updated Mar 23, 2026
One-click install
npx skills add https://github.com/stolinski/s-stack --skill repo-quality-orchestrator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: repo-quality-orchestrator
Source: https://github.com/stolinski/s-stack/tree/main/skills/repo-quality-orchestrator
Command: npx skills add https://github.com/stolinski/s-stack --skill repo-quality-orchestrator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates sub-agents to audit and safely clean TypeScript codebases. Use when asked to "clean up AI-generated code", "reduce duplication", "improve folder organization", "enforce modularity", or "grade code quality".

Core Features & Use Cases

  • Automated code-quality assessment and remediation planning for large TS repos.
  • Enforces modular boundaries and safe refactors without altering public contracts.
  • Use Case: When a project contains messy patterns, this skill orchestrates targeted cleanups to improve maintainability.

Quick Start

Instructs the AI to start a safe, automated repo quality audit and cleanup pass on a TypeScript codebase.

Frequently Asked Questions about repo-quality-orchestrator

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

FAQPage Schema
How do I automate TypeScript code quality remediation in a messy codebase?

Automated TypeScript code quality remediation audits disorganized projects to improve modularity and reduce duplicated logic. It orchestrates targeted cleanups and enforces safe refactors deterministically without altering public APIs or changing existing behavior.

Can I enforce modular boundaries and refactor TypeScript folders without breaking public contracts?

Yes, you can enforce modular boundaries and restructure folder organization without breaking public contracts. The process executes deterministic changes that preserve behavior and public APIs while targeting disorganized structures and duplicated logic for safe refactoring.

What's the best way to audit and grade code quality for a large TypeScript repository?

Auditing and grading code quality for a large TypeScript repository uses a 1-5 rubric scoring system. It requires tracking files to assess modularity, identify duplicated logic, and plan deterministic remediation steps that improve maintainability.

Do I need specific files to start an automated TypeScript repo cleanup pass?

Yes, you need the plan/code-quality-audit-tracking.md and plan/repo-organization-map.md files or their templates. These files provide the necessary tracking and mapping structure to orchestrate safe, automated code quality audits and cleanup passes.

When should I use an automated TypeScript refactoring tool for my project?

You should use an automated TypeScript refactoring tool when your project contains messy patterns, duplicated logic, or disorganized folder structures. It orchestrates targeted cleanups to improve maintainability and enforces modularity while preserving behavior.

Does TypeScript code quality remediation alter public APIs during cleanup?

No, TypeScript code quality remediation does not alter public APIs during cleanup. It executes changes deterministically to preserve behavior, ensuring that safe refactors and modular restructuring do not break existing public contracts.