workflow-audit
Audits SwiftUI app flows for dead ends and broken wiring
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install workflow-audit?โผ
Run `npx skills add Terryc21/workflow-audit --all -g -y` in your terminal to install all skills in this suite globally.
What bugs does workflow-audit find?โผ
It finds 32 kinds of workflow problems: dead ends, screens nobody can reach, buttons buried below the fold, destructive actions without confirmation, and features showing placeholder data instead of real values.
Does workflow-audit work with UIKit or Android apps?โผ
No. It is SwiftUI-only, since its detection patterns target SwiftUI navigation, sheets, and state APIs. On UIKit or non-Apple projects it will not find useful results.
How is workflow-audit different from a linter?โผ
A linter checks whether each file is written correctly. workflow-audit checks whether the paths between files work, catching connection and wiring problems that no single-file rule can flag.
Can I use workflow-audit without Claude Code?โผ
Yes. The method works as a plain prompt in any file-reading tool like Cursor, Windsurf, or Copilot Chat, though it runs most smoothly as a Claude Code plugin.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core