Skip to main content
Run any Skill in Manus
with one click
jbcrane13
GitHub creator profile

jbcrane13

Repository-level view of 30 collected skills across 9 GitHub repositories.

skills collected
30
repositories
9
updated
2026-05-21
Showing the top 8 repositories here; full repository list continues below.
repository explorer

Repositories and representative skills

ui-smoke-test
software-quality-assurance-analysts-and-testers

Run the iOS functional smoke test suite on the remote Mac mini. Verifies all tools, dashboard, network map, settings, and timeline produce correct outcomes with screenshot capture at each verification point.

2026-03-23
new-model
software-developers

Scaffold a new SwiftData @Model class for NetMonitor-2.0. Creates the model file in NetMonitorCore, registers it in SchemaV1, regenerates the Xcode project, and verifies the build.

2026-03-13
run-tests
software-quality-assurance-analysts-and-testers

Run the NetMonitor-2.0 test suite. CRITICAL — tests must run on the mac-mini via SSH, never locally on this machine (no display session for UI tests, and the PreToolUse hook blocks local xcodebuild test calls). Use this skill any time you need to verify tests pass before committing or completing work.

2026-03-06
ios-ui-worker
software-developers

Builds iOS SwiftUI views, ViewModels, platform services, and AR features for the heatmap feature in NetMonitor-iOS.

2026-03-04
macos-ui-worker
software-developers

Builds macOS SwiftUI views, ViewModels, and platform services for the heatmap feature in NetMonitor-macOS.

2026-03-04
swift-core-worker
software-developers

Builds shared Swift core logic in NetMonitorCore — models, services, renderers, serialization, and unit tests.

2026-03-04
check-coverage
software-quality-assurance-analysts-and-testers

Run the NetMonitor-2.0 coverage gates and interpret results. Use after making code changes to verify coverage thresholds are still met before completing work. Must run on mac-mini via SSH.

2026-02-28
create-release
software-developers

Cut a versioned NetMonitor-2.0 release. Creates a git tag, pushes it, which triggers the release.yml workflow to build both targets and publish a GitHub Release with auto-generated notes. Use when all P0/P1 bugs are fixed, tests pass, and the release prep checklist (NetMonitor-2.0-c0p) is complete.

2026-02-28
Showing top 8 of 9 collected skills in this repository.
qa-ios
software-quality-assurance-analysts-and-testers

QA tests for the GrowWise iOS app. Runs XCUITest flows via xcodebuild on an iPhone 16 simulator. Covers onboarding, garden management, reminders, journal, plant database, garden club, subscription/paywall, and profile. Used by the qa orchestrator — not invoked directly.

2026-04-29
qa
software-quality-assurance-analysts-and-testers

Run QA tests for GrowWise (Cultivation). Analyzes git diff to determine affected iOS app areas, runs relevant XCUITest flows via xcodebuild on an iPhone 16 simulator, and generates a diff-targeted test report. Use when testing PRs or smoke-testing before TestFlight builds.

2026-04-29
beads-issue-workflow
software-developers

Use when creating, updating, tracking, or closing beads (bd) issues in GrowWise. Ensures consistent issue management, proper labeling, and session handoff hygiene.

2026-03-12
code-review
software-quality-assurance-analysts-and-testers

Run the GrowWise code-reviewer droid on staged/uncommitted changes or a specific branch. Use before merging any feature branch. Also useful ad-hoc anytime Blake or an agent wants a quick review pass.

2026-03-12
ios-swift-development
software-developers

Use when implementing features, fixing bugs, or refactoring in the GrowWise iOS codebase. Enforces Swift 6 concurrency, MV architecture, SwiftData/CloudKit conventions, and security requirements.

2026-03-12
run-tests
software-quality-assurance-analysts-and-testers

Run GrowWise tests. Always use swift test on the GrowWisePackage — never xcodebuild test without -skip-testing:GrowWiseUITests (causes 10+ crash dialogs every 20 seconds).

2026-03-12
ui-verify
software-quality-assurance-analysts-and-testers

This skill should be used when the user asks to "smoke test", "visually verify", "check the UI", "test the app", "verify the screen", "walk through the app", "screenshot walkthrough", or wants autonomous visual QA of an iOS simulator or macOS desktop application. Also appropriate when confirming a UI change looks correct after a code modification.

2026-03-14
appium-xcuitest
software-quality-assurance-analysts-and-testers

iOS UI automation testing with Appium and XCUITest. Use when writing UI tests, creating page objects, locating elements by accessibility ID, implementing gestures, or setting up test automation infrastructure. Covers element location strategies, wait patterns, test organization, and CI/CD integration.

2026-01-19
cloudkit
software-developers

CloudKit integration for iCloud data sync, sharing, and subscriptions. Use when implementing iCloud data persistence, cross-device sync, collaborative data sharing, push notifications via CloudKit, or SwiftData+CloudKit integration. Covers database types, CRUD operations, error handling, and subscription configuration.

2026-01-19
ios-simulator
software-quality-assurance-analysts-and-testers

iOS Simulator automation using xcrun simctl for app testing workflows. Use when booting/managing simulators, installing/launching apps, capturing screenshots/videos, simulating push notifications, setting location, triggering biometrics (Face ID/Touch ID), deep linking, resetting simulator state, or extracting app logs/containers. Designed for integration with Appium and XCUITest automation frameworks.

2026-01-19
modern-apple-dev
software-developers

Modern iOS 18+/macOS 15+ development standards using Swift 6, SwiftUI, SwiftData, and the Observation framework. Use when building or reviewing Swift applications, generating SwiftUI views, implementing data persistence, or architecting Apple platform apps. Enforces 2025/2026 best practices and rejects legacy patterns (ObservableObject, @Published, CoreData, @StateObject). Covers state management, concurrency, persistence, navigation, and testing.

2026-01-19
xcode-build
software-developers

Xcode project management, building, and code generation for iOS/macOS development. Use when creating new projects, scaffolding SwiftUI views/models, building with xcodebuild, running tests, archiving apps, managing Swift packages, or setting up CI/CD. Covers project structure, build configurations, code signing, asset catalogs, and Info.plist configuration.

2026-01-19
Showing 9 of 9 repositories
All repositories loaded