skills/modelscope.cn/stack-audit

stack-audit

SKILL.md

Stack Health Audit

Comprehensive codebase and infrastructure health monitoring to prevent accumulated issues from causing development "time loops".

When to Use This Skill

  • Routinely: At session start and before major changes
  • Before commits: Quick validation before committing
  • After deployments: Verify stack health post-deploy
  • Debugging: When something feels off but you can't pinpoint it
  • CI/CD integration: As part of automated health checks

How to Run

Quick Mode (Skip Build)

python3 scripts/ops/stack_audit.py --quick
Installs
1
First Seen
Jun 4, 2026
stack-audit from modelscope.cn