Agent Skills by Bill
Showing 22 vetted skills indexed across 5 GitHub repositories.
pr-radar-verify-work
Validate PRRadar changes by running the CLI against a test repository.
pr-radar-todo
Append size-categorized PR tasks to docs/proposed/TODO.md.
ai-dev-tools-review
Identifies 4-layer architecture violations in Swift files and generates a review.
pr-radar-add-rule
Create and configure PRRadar review rules for pull request diffs.
ai-dev-tools-joke
Generate AI dev-tools jokes with the required prefix format.
ai-dev-tools-debug
Reproduce and inspect AIDevTools issues across repositories, eval data, and logs.
what-time-is-it
Fetch the current time from the host system clock.
pr-radar-debug
Debug PRRadar issues by analyzing repository configurations and CLI outputs.
swift-architecture
Guide Swift app development with a 4-layer Apps, Features, Services, and SDKs architecture.
swift-swiftui
Guide SwiftUI app development with Model-View architecture and enum-based state management.
swift-skill-authoring
Guide creation and editing of Claude skills with structure and best practices.
creating-automated-screenshots
Generate XCUITest screenshot tests and capture UI hierarchy attachments.
interactive-xcuitest
Drive iOS app UI actions via XCUITest CLI with state and screenshot feedback.
code-review
Analyze git diffs and generate structured Markdown review summaries.
pr-review
Chunk pull request diffs and apply rule-based checks to generate prioritized feedback.
domain-modeling
Design domain models that parse YAML, JSON, or Markdown into typed objects.
creating-services
Create Python service classes with constructor-based dependency injection.
cli-architecture
Standardize multi-command CLI architecture with explicit parameter flow.
python-code-style
Enforce Python method ordering, timezone-aware datetimes, and circular-import avoidance.
testing-services
Write AAA-based unit tests for Python service classes with pytest and unittest.mock.
identifying-layer-placement
Identify the correct Python architectural layer for code fragments.
dependency-injection
Enforce explicit constructor-based dependencies to prevent hidden coupling in service classes.