About
This skill empowers developers to conduct deep, systematic audits of their codebases by leveraging ast-grep for structural analysis rather than simple text matching. It utilizes a parallel delegation strategy, launching specialized agents to simultaneously scan for framework-specific issues in React or Vue, security risks like hardcoded secrets, and architectural flaws like async 'callback hell' or excessive cyclomatic complexity. By providing actionable remediation steps and automated fixes, it serves as a sophisticated quality gate for modern development workflows, helping teams reduce technical debt and enforce best practices across JavaScript, TypeScript, and Python environments.