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

auto-mobile

يحتوي auto-mobile على 18 من skills المجمعة من kaeawc، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
18
Stars
36
محدث
2026-07-15
Forks
3
التغطية المهنية
2 فئات مهنية · 100% مصنفة
مستكشف المستودعات

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

auto-mobile-code-review
محللو ضمان جودة البرمجيات والمختبرون

Use this workflow skill to review an AutoMobile change (a PR number or the current branch diff) the way this repo demands — ground every finding in file:line, reproduce before asserting, separate real bugs from daemon-session/environment artifacts, prefer reusing existing repo helpers and conventions over new code, and catch the regression or false-negative a fix can introduce. Deliver few verified findings, not many speculative ones.

2026-07-15
manual-test
محللو ضمان جودة البرمجيات والمختبرون

Run one AutoMobile manual-test iteration: from a start point (commit, milestone/tag, or date), rebuild ALL components, restart the daemon with the right flags, and verify that closed issues and merged PRs actually fix their bugs / deliver their specced features on current HEAD by exercising tool calls on an Android emulator and iOS simulator. Use when asked to retest landed work, verify a release, or manually test what changed.

2026-07-10
ship-issue
مطوّرو البرمجيات

Drive one GitHub issue to a merged PR via TDD, with a plan-approval STOP gate, a pre-PR local-validation STOP gate, triaged (not blanket) review, and conservative follow-up capture. Use when asked to implement/ship/close out a specific issue end to end.

2026-07-06
validate
مطوّرو البرمجيات

Use this workflow skill for broader project validation across lint, build, formatting, config, and platform checks; prefer test when the request is only about executing tests.

2026-07-06
auto-mobile-code-review
محللو ضمان جودة البرمجيات والمختبرون

Use this workflow skill to review an AutoMobile change (a PR number or the current branch diff) the way this repo demands: ground every finding in file:line, reproduce before asserting, separate real bugs from daemon-session/environment artifacts, prefer reusing existing repo helpers and conventions over new code, and catch the regression or false-negative a fix can introduce.

2026-07-06
check-ci
محللو ضمان جودة البرمجيات والمختبرون

Use this workflow skill for PR CI triage: inspect failing or pending checks, mergeability, and related review feedback, then reproduce likely failures locally and summarize next steps.

2026-07-03
push-pr
مطوّرو البرمجيات

Use this workflow skill to publish the current branch: validate local changes, commit, push, create or update one PR, and optionally enable automerge.

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

Use this workflow skill for running tests only: choose the narrowest relevant test command first and keep test runs fast and actionable; prefer validate when the user wants broader non-test checks too.

2026-07-03
android-gradlew
مطوّرو البرمجيات

Helper skill for Android-specific validation or build work in the android/ subdirectory; use it when another task needs Gradle wrapper commands run from android/.

2026-04-02
bun-tasks
مطوّرو البرمجيات

Helper skill for repo-root Bun commands; use it when another skill needs a package.json script instead of an ad hoc command.

2026-04-02
dead-code
مطوّرو البرمجيات

Use this skill to detect and clean up dead code in this repo, starting with the project’s TypeScript dead-code scripts and validating that removals do not regress behavior.

2026-04-02
fan-out-fan-in
مطوّرو البرمجيات

Use this workflow skill only when the user wants explicit parallelization or the task should be split into isolated worktrees and merged back without separate PRs.

2026-04-02
gh-pr-workflow
مطوّرو البرمجيات

Helper skill for PR creation or editing with gh; use it when another GitHub workflow needs a multiline PR body preserved via --body-file.

2026-04-02
github-cli
مطوّرو البرمجيات

Helper skill for GitHub operations in this repo; use it when another workflow needs gh for PRs, issues, checks, logs, or repository metadata.

2026-04-02
observe
مطوّرو البرمجيات

Use this skill to inspect the current state of a connected mobile device through the AutoMobile observe capability and summarize the active app, visible UI, and any obvious interaction targets.

2026-04-02
pr-analysis
محللو ضمان جودة البرمجيات والمختبرون

Use this workflow skill for a deep, read-only PR review covering intent, code quality, regression risk, test gaps, and feedback status; prefer it over check-ci when the request is broader than CI triage.

2026-04-02
push-my-prs
مطوّرو البرمجيات

Use this workflow skill to iterate through multiple open PRs authored by the current user, address feedback and CI issues, and push follow-up fixes across the set.

2026-04-02
research
مطوّرو البرمجيات

Use this skill to conduct deep parallel research on a topic using web searches and available tools. Produces cited markdown files in a research/ directory with validated URLs and a synthesis summary.

2026-04-02