Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

NetMonitor-2.0

NetMonitor-2.0 收录了来自 jbcrane13 的 9 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
9
Stars
4
更新
2026-03-23
Forks
0
职业覆盖
2 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 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
fix-lint
软件开发工程师

Fix SwiftLint errors and SwiftFormat violations in NetMonitor-2.0. Use when the pre-commit hook blocks a commit, the CI lint job fails, or before opening a PR. Errors block commits; warnings do not.

2026-02-28