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

rock3r

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

skills مجمعة
33
مستودعات
10
محدث
2026-07-21
خريطة المستودعات

أين توجد skills

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

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

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

babysit-pr
محللو ضمان جودة البرمجيات والمختبرون

Babysit a GitHub pull request after creation by continuously polling CI checks/workflow runs, new review comments, and mergeability state until the PR is ready to merge (or merged/closed). Diagnose failures, retry likely flaky failures up to 3 times, auto-fix and push branch-related issues when appropriate, and stop only when user help is required (e.g. CI infrastructure issues, exhausted flaky retries, or ambiguous/blocking review feedback). Use when the user asks to monitor a PR, watch CI, handle review comments, or keep an eye on failures and feedback on an open PR.

2026-07-16
spectre-ui-automation
محللو ضمان جودة البرمجيات والمختبرون

Use when the user is writing, running, or debugging end-to-end UI automation tests for a Compose for Desktop (aka Compose Multiplatform on desktop) app — including setting up Spectre, clicking or typing in a running window, finding UI nodes by tag or text, waiting for the UI to settle, capturing screenshots or video, or troubleshooting a Compose Desktop or IntelliJ-hosted UI under test. Also use when the user asks how to automate a live running Compose Desktop app, even if they don't mention Spectre by name.

2026-07-08
spectre-release
مطوّرو البرمجيات

Use when preparing, validating, publishing, or undrafting a Spectre release.

2026-05-25
spectre
محللو ضمان جودة البرمجيات والمختبرون

Use when writing, debugging, or reviewing tests that drive a real, on-screen Compose Desktop window with Spectre — the JVM/Kotlin library for automating live Compose Desktop UIs (and IntelliJ/Jewel-hosted Compose) via the semantics tree plus java.awt.Robot, synthetic AWT input, HTTP, or Java-agent attach. Trigger on mentions of `ComposeAutomator`, `RobotDriver`, `AutomatorNode`, `AgentAttach`, `AttachedAutomator`, `AttachOptions`, `findByTestTag`, `waitForNode`, `waitForIdle`, "automate a Compose window", "live/real-window Compose Desktop UI test", cross-JVM Compose automation, attaching to a running Compose JVM, screenshotting or recording a Compose Desktop window, or any task involving `dev.sebastiano.spectre.*` imports. Also use when the user is writing JUnit 4/5 tests against Compose Desktop **and** the test opens a real top-level window — but NOT when the user wants the off-screen `runComposeUiTest` / `createComposeRule` / `onNodeWithTag` framework, which is a different tool.

2026-05-25
jewel-swing-interop
مطوّرو البرمجيات

Use when working on IntelliJ/Jewel popup hosting, ComposePanel embedding, SwingBridgeTheme, popup rendering modes, or AWT/Compose coordinate conversion.

2026-05-14
addressing-detekt-violations
مطوّرو البرمجيات

Use when Detekt reports a violation and you need to fix the underlying problem without papering over it with suppressions or configuration changes.

2026-05-13
using-git-worktree
مطوّرو البرمجيات

Use when starting nontrivial feature work that should stay isolated from the main checkout. Creates or reuses a safe git worktree with sensible defaults.

2026-05-13
babysit-pr
مطوّرو البرمجيات

Watch an open GitHub pull request for CI, mergeability, bot reviews, and human feedback until it is ready, closed, or blocked.

2026-06-10
cal-industries
مطوّرو البرمجيات

Harness-portable autonomous delivery loop for a scoped software task: front-load uncertainty, produce or confirm a plan, implement with TDD and validation, run review passes, prepare git/GitHub artifacts, and babysit the PR when authorized. Use when the user wants a mostly hands-off problem-to-PR workflow.

2026-06-10
git-github-ops
مطوّرو البرمجيات

Use for commit, push, pull request, issue, and GitHub CLI workflows; emphasizes diff-grounded text and safe non-interactive commands.

2026-06-10
interactive-planner
متخصصو إدارة المشاريع

Harness-portable planning and requirements-capture workflow for turning vague, risky, architectural, multi-workstream, or scope-drift-prone requests into durable artifacts before implementation. Use when the user asks to scope, plan, workshop, write a spec, capture acceptance criteria, prepare an implementation handoff, or when product intent should not be guessed.

2026-06-10
plan-adherence-reviewer
محللو ضمان جودة البرمجيات والمختبرون

Read-only reviewer for checking whether an implementation milestone matches an approved plan or spec.

2026-06-10
review-workflow-guidance
محللو ضمان جودة البرمجيات والمختبرون

Guide agents to choose a review pass intentionally and keep findings structured.

2026-06-10
using-git-worktree
مطوّرو البرمجيات

Use when starting feature work that should be isolated from the main checkout; creates or verifies an isolated git worktree with safety checks.

2026-06-10
babysit-pr
محللو ضمان جودة البرمجيات والمختبرون

Babysit a GitHub pull request after creation by continuously polling CI checks/workflow runs, new review comments, and mergeability state until the PR is ready to merge (or merged/closed). Diagnose failures, retry likely flaky failures up to 3 times, auto-fix and push branch-related issues when appropriate, and stop only when user help is required (e.g. CI infrastructure issues, exhausted flaky retries, or ambiguous/blocking review feedback). Use when the user asks to monitor a PR, watch CI, handle review comments, or keep an eye on failures and feedback on an open PR.

2026-07-20
compose-selection-audit
محللو ضمان جودة البرمجيات والمختبرون

Use when auditing Compose/Jewel UI for SelectionContainer context: interactive composables inside a SelectionContainer without DisableSelection, nested selection containers, or missing exclusion wrappers. Uses indexino (selection-context application) for precomputed facts from a persistent `.indexino/` index — not manual file reading. Bazel monorepos primary; Gradle secondary.

2026-07-20
compose-ui-audit
مطوّرو البرمجيات

Use when the user asks to audit, assess, review, or find systemic issues in Compose Desktop or Jewel UI architecture: state/effect usage, recomposition behavior, lazy-list keys, composable API hygiene, modifier conventions, and desktop interop seams. For SelectionContainer / DisableSelection context, run compose-selection-audit first. Produces an evidence-first report with severity-ranked findings and top fixes. Desktop/Jewel focus — not Android lifecycle, Navigation, Material mobile patterns, or baseline profiles.

2026-07-20
git-github-ops
مطوّرو البرمجيات

Handle git and GitHub workflows end-to-end: summarize diffs into high-quality commit messages, create commits non-interactively, push branches, prepare PR titles/descriptions, and operate GitHub via gh CLI with file-based inputs to avoid shell escaping bugs. Use whenever a task includes commit, push, PR creation/updates, review replies, merge prep, or gh automation.

2026-07-05
skill-creator
المهن الحاسوبية الأخرى

Create, revise, evaluate, package, and optimize agent skills. Use when users want to turn a workflow into reusable skill guidance, improve an existing skill, add evals or bundled resources, test skill behavior with subagents, benchmark skill quality, or tune a skill trigger description.

2026-07-05
using-git-worktree
مطوّرو البرمجيات

Use when starting feature work that needs isolation from current workspace or before executing implementation plans - creates isolated git worktrees with smart directory selection and safety verification

2026-07-05
babysit-pr
محللو ضمان جودة البرمجيات والمختبرون

Babysit a GitHub pull request after creation by continuously polling CI checks/workflow runs, new review comments, and mergeability state until the PR is ready to merge (or merged/closed). Diagnose failures, retry likely flaky failures up to 3 times, auto-fix and push branch-related issues when appropriate, and stop only when user help is required (e.g. CI infrastructure issues, exhausted flaky retries, or ambiguous/blocking review feedback). Use when the user asks to monitor a PR, watch CI, handle review comments, or keep an eye on failures and feedback on an open PR.

2026-07-05
compose-selection-audit
محللو ضمان جودة البرمجيات والمختبرون

Use when auditing Compose/Jewel UI for SelectionContainer context: interactive composables inside a SelectionContainer without DisableSelection, nested selection containers, or missing exclusion wrappers. Uses kotlin-code-index (selection-context application) for precomputed facts from a persistent `.kotlin-index/` index — not manual file reading. Bazel monorepos primary; Gradle secondary.

2026-07-05
compose-ui-audit
محللو ضمان جودة البرمجيات والمختبرون

Use when the user asks to audit, assess, review, or find systemic issues in Compose Desktop or Jewel UI architecture: state/effect usage, recomposition behavior, lazy-list keys, composable API hygiene, modifier conventions, and desktop interop seams. For SelectionContainer / DisableSelection context, run compose-selection-audit first. Produces an evidence-first report with severity-ranked findings and top fixes. Desktop/Jewel focus — not Android lifecycle, Navigation, Material mobile patterns, or baseline profiles.

2026-07-05
عرض 10 من أصل 10 مستودعات
تم تحميل كل المستودعات