audit.profile 763 B

12345678910111213141516171819202122232425262728
  1. # DESC: Comprehensive audit — security + SEO + GEO + W3C + perf + health
  2. # Activate when: doing a top-to-bottom audit pass on an existing project.
  3. # Wider than `seo` (adds security + dependency review).
  4. # Security
  5. cso
  6. harden personal
  7. analyze personal
  8. # SEO / GEO / web standards
  9. seo personal
  10. geo personal
  11. validate personal
  12. # Code + perf health
  13. health
  14. benchmark
  15. review
  16. # Browser tooling for live audits
  17. browse
  18. open-gstack-browser
  19. # Plugin: PR review toolkit (audit context for diffs)
  20. pr-review-toolkit plugin@claude-code-plugins
  21. # CLI: graphify for code structure
  22. graphify cli