Terryc21Terryc21Communityยท1 Agent Skills Included

workflow-audit

Audits SwiftUI app flows for dead ends and broken wiring

Walks SwiftUI apps the way a user would, tracing every button, menu, and card to find dead ends, unreachable screens, and features wired to fake data. Catches the bugs linters miss: problems that live between files, where nothing is written incorrectly but the user still gets stuck. Turns findings into a prioritized fix plan with file and line references, effort estimates, and rollback steps.
npx skills add Terryc21/workflow-audit --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’