Terryc21Terryc21Community·20 Agent Skills Included

xcode-workflow-skills

Graded iOS and Swift codebase audits with verified findings

Audits iOS and Swift codebases across nine categories including security, performance, concurrency, accessibility, and testing, then assigns A-F grades. Verifies every finding by reading the flagged code instead of trusting raw grep counts, eliminating false positives and silently skipped scans. Produces two report versions: a technical report card for developers and a plain-language version for managers and stakeholders.
npx skills add Terryc21/xcode-workflow-skills --all -g -y

All Skills in This Repository (20)

Pure Emerald Level Indicators
📦 In Repo
Terryc21Terryc21

dead-code-scanner

Identify and report unreferenced Swift code symbols in markdown reports.

Community
Advanced
📦 In Repo
Terryc21Terryc21

plain-talk-reportcard

Generate executive-friendly codebase health reports with A-F grades.

Community
Advanced
📦 In Repo
Terryc21Terryc21

safe-refactor

Generate stepwise refactoring plans with blast-radius analysis and rollback verification.

Community
Advanced
📦 In Repo
Terryc21Terryc21

release-screenshots

Automate iOS App Store screenshot capture across multiple device sizes with XcodeBuildMCP.

Community
Intermediate
📦 In Repo
Terryc21Terryc21

ui-scan

Automates UI test environment setup and accessibility scanning for iOS apps.

Community
Intermediate
📦 In Repo
Terryc21Terryc21

generate-tests

Generate unit and UI tests for Swift code with mocks and edge-case coverage.

Community
Advanced
📦 In Repo
Terryc21Terryc21

scan-similar-bugs

Scan codebases for recurring bug patterns and generate Markdown reports.

Community
Advanced
📦 In Repo
Terryc21Terryc21

review-changes

Analyze staged code changes for defects, style issues, and missing tests.

Community
Advanced
📦 In Repo
Terryc21Terryc21

workflow-audit

Catalog SwiftUI UI entry points and generate five-layer audit outputs.

Community
Advanced
📦 In Repo
Terryc21Terryc21

debug

Coordinate end-to-end debugging workflows to reproduce, isolate, and verify fixes.

Community
Advanced
📦 In Repo
Terryc21Terryc21

commands

List custom commands with names, versions, and descriptions for Swift iOS and macOS projects.

Community
Intermediate
📦 In Repo
Terryc21Terryc21

security-audit

Automate security risk detection in iOS/macOS apps via grep-based scanning.

Community
Advanced

Frequently Asked Questions

FAQPage Schema
How 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