Skip to main content
Ejecuta cualquier Skill en Manus
con un clic
rock3r
Perfil de creador de GitHub

rock3r

Vista por repositorio de 33 skills recopiladas en 10 repositorios de GitHub.

skills recopiladas
33
repositorios
10
actualizado
2026-07-21
mapa de repositorios

Dónde viven las skills

Repositorios principales por número de skills recopiladas, con su participación en este catálogo del creador y su variedad ocupacional.

Aquí se muestran los 8 repositorios principales; la lista completa continúa abajo.
explorador de repositorios

Repositorios y skills representativas

babysit-pr
Analistas de garantía de calidad de software y probadores

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
Analistas de garantía de calidad de software y probadores

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
Desarrolladores de software

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

2026-05-25
spectre
Analistas de garantía de calidad de software y probadores

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
Desarrolladores de software

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
Desarrolladores de software

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
Desarrolladores de software

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
Desarrolladores de software

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
Desarrolladores de software

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
Desarrolladores de software

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
Especialistas en gestión de proyectos

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
Analistas de garantía de calidad de software y probadores

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

2026-06-10
review-workflow-guidance
Analistas de garantía de calidad de software y probadores

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

2026-06-10
using-git-worktree
Desarrolladores de software

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
Analistas de garantía de calidad de software y probadores

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
Analistas de garantía de calidad de software y probadores

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
Desarrolladores de software

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
Desarrolladores de software

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
Otras ocupaciones informáticas

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
Desarrolladores de software

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
Analistas de garantía de calidad de software y probadores

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
Analistas de garantía de calidad de software y probadores

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
Analistas de garantía de calidad de software y probadores

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
Mostrando 10 de 10 repositorios
Todos los repositorios cargados