xcode-workflow-skills
Graded iOS and Swift codebase audits with verified findings
All Skills in This Repository (20)
Pure Emerald Level Indicatorsdead-code-scanner
Identify and report unreferenced Swift code symbols in markdown reports.
plain-talk-reportcard
Generate executive-friendly codebase health reports with A-F grades.
safe-refactor
Generate stepwise refactoring plans with blast-radius analysis and rollback verification.
release-screenshots
Automate iOS App Store screenshot capture across multiple device sizes with XcodeBuildMCP.
ui-scan
Automates UI test environment setup and accessibility scanning for iOS apps.
generate-tests
Generate unit and UI tests for Swift code with mocks and edge-case coverage.
scan-similar-bugs
Scan codebases for recurring bug patterns and generate Markdown reports.
review-changes
Analyze staged code changes for defects, style issues, and missing tests.
workflow-audit
Catalog SwiftUI UI entry points and generate five-layer audit outputs.
debug
Coordinate end-to-end debugging workflows to reproduce, isolate, and verify fixes.
commands
List custom commands with names, versions, and descriptions for Swift iOS and macOS projects.
security-audit
Automate security risk detection in iOS/macOS apps via grep-based scanning.
Frequently Asked Questions
FAQPage SchemaHow to install xcode-workflow-skills?▼
Run `npx skills add Terryc21/xcode-workflow-skills --all -g -y` in your terminal to install all skills in this collection globally.
How to grade an iOS codebase automatically?▼
Run the tech-talk skill to scan your Swift project across nine categories and receive A-F grades with a prioritized issue rating table.
Can I get a code health report for non-technical stakeholders?▼
Yes. The plain-talk skill produces the same audit explained in plain language, reporting only confirmed issues so managers can trust every finding.
Does it work with Claude Code and other coding agents?▼
Yes. All skills follow the standard SKILL.md format and run in Claude Code, Cursor, and other compatible coding environments.
How accurate are the automated scans?▼
Every grep match is treated as a candidate and verified by reading the actual code before being reported, and the scan patterns themselves are covered by an automated test suite.
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