Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
jbcrane13
ملف منشئ GitHub

jbcrane13

عرض على مستوى المستودعات لـ 30 skills مجمعة عبر 9 مستودعات GitHub.

skills مجمعة
30
مستودعات
9
محدث
2026-05-21
خريطة المستودعات

أين توجد skills

أهم المستودعات حسب عدد skills المجمعة، مع حصتها من كتالوج هذا المنشئ وانتشارها المهني.

نعرض هنا أهم 8 مستودعات؛ تستمر القائمة الكاملة أدناه.
مستكشف المستودعات

المستودعات و skills الممثلة

ui-smoke-test
محللو ضمان جودة البرمجيات والمختبرون

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
مطوّرو البرمجيات

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
محللو ضمان جودة البرمجيات والمختبرون

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
مطوّرو البرمجيات

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

2026-03-04
macos-ui-worker
مطوّرو البرمجيات

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

2026-03-04
swift-core-worker
مطوّرو البرمجيات

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

2026-03-04
check-coverage
محللو ضمان جودة البرمجيات والمختبرون

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
مطوّرو البرمجيات

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
عرض أهم 8 من أصل 9 skills مجمعة في هذا المستودع.
qa-ios
محللو ضمان جودة البرمجيات والمختبرون

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
محللو ضمان جودة البرمجيات والمختبرون

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
مطوّرو البرمجيات

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
محللو ضمان جودة البرمجيات والمختبرون

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
مطوّرو البرمجيات

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
محللو ضمان جودة البرمجيات والمختبرون

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
محللو ضمان جودة البرمجيات والمختبرون

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
محللو ضمان جودة البرمجيات والمختبرون

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
مطوّرو البرمجيات

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
محللو ضمان جودة البرمجيات والمختبرون

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
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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
عرض 9 من أصل 9 مستودعات
تم تحميل كل المستودعات