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

swift-assist

يحتوي swift-assist على 14 من skills المجمعة من grantiva، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
14
Stars
4
محدث
2026-04-01
Forks
0
التغطية المهنية
2 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

add-identifiers
مطوّرو البرمجيات

Apply accessibility identifier fixes from a doctor report to Swift source files. Adds .accessibilityIdentifier() modifiers to interactive elements. Use after /swift-assist:doctor.

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

Report test coverage across the app - how many screens have flows, how many elements have accessibility identifiers, and what to tackle next. Use for a quick health check on your testing setup.

2026-04-01
doctor
محللو ضمان جودة البرمجيات والمختبرون

Walk the running app using computer use, inspect the view hierarchy with Grantiva, and report elements missing accessibility identifiers. Use for accessibility audits or test preparation.

2026-04-01
make-tests
محللو ضمان جودة البرمجيات والمختبرون

Walk the app using computer use and generate Grantiva screen definitions and flow YAML files for every discovered user flow. Use after /swift-assist:doctor for reliable tests.

2026-04-01
run-flow
مطوّرو البرمجيات

Run a single named flow by name. Faster than /swift-assist:test when you're debugging one broken screen and don't want to wait for the full suite.

2026-04-01
setup-ci
مطوّرو البرمجيات

Generate a GitHub Actions workflow that runs Grantiva VRT in CI on every pull request. Use to add cloud visual regression testing with GitHub Check integration to your project.

2026-04-01
test
محللو ضمان جودة البرمجيات والمختبرون

Run generated test flows against the app in the simulator using Grantiva. Use after /swift-assist:make-tests to execute and validate your user flows.

2026-04-01
setup-mocks
محللو ضمان جودة البرمجيات والمختبرون

Add the UI_TESTING / .mock services pattern to the app entry point so Grantiva can run tests with deterministic data and no live server. Use before make-tests when the app talks to an API.

2026-04-01
build
مطوّرو البرمجيات

Rebuild the iOS app after code changes and install it on the booted simulator. Use after editing Swift source files when you need a fresh build without re-running init.

2026-04-01
install
مطوّرو البرمجيات

Build, install, and launch the app on the simulator using Grantiva. Use when you need the full build-install-launch cycle, mirroring what CI does. Prefer this over build when you want the app running immediately after compilation.

2026-04-01
hierarchy
محللو ضمان جودة البرمجيات والمختبرون

Dump and analyze the live accessibility hierarchy for the current simulator screen. Use to debug why a test can't find an element, inspect what identifiers are set, or understand the element tree before writing flows.

2026-04-01
init
مطوّرو البرمجيات

Initialize a Grantiva project, build the app, and launch it in the simulator. Use when starting a new swift-assist workflow or first-time project configuration.

2026-04-01
vrt
محللو ضمان جودة البرمجيات والمختبرون

Run visual regression testing using Grantiva's diff pipeline. Capture screenshots, compare against baselines, and report visual differences. Use for catching unintended UI changes.

2026-04-01
vrt-approve
محللو ضمان جودة البرمجيات والمختبرون

Approve current VRT captures as new baselines. Can approve all or specific screens selectively. Use after reviewing /swift-assist:vrt results.

2026-03-31