rauleburro
- 13 skills
- 0 followers
- 6 hours ago last updated
- ▌ Research · rauleburro bundleConduct focused technical research on a problem before implementation. Use when the user asks to investigate, research, deep-dive, or understand a technical issue (bugs, platform quirks, integration problems). Produces a concise consolidated report plus optional detail docs.
- ▌ Create Pr · rauleburroCreates a GitHub Pull Request after validating that tests, linter, and coverage pass. Pushes the branch, generates an English PR title and description from the commits, and integrates with Jira (links the ticket, updates status). Use this skill when the user says "create PR", "crear PR", "open PR", "push and create PR", "make a pull request", "abre un PR", "sube el PR", "/create-pr", or any variation of wanting to submit their work as a pull request. Also triggers when the user says they're done with a task and want to send it for review. Works with any project stack (Django, Next.js, Node, etc.).
- ▌ Apple Mail · rauleburro bundleSend, read, search, reply to, archive, and delete emails through Apple Mail on macOS. Use this skill whenever the user wants to interact with their Mail.app inbox — composing or sending a message (with or without attachments), checking unread mail, finding a specific thread, replying to a sender, cleaning up an inbox, or scripting any email operation locally. Triggers on Mac-specific email tasks like "send Ruben that doc", "what's unread from my boss", "reply to the last invoice", "archive everything from no-reply", "find that flight confirmation", or "draft a message with this PDF attached". Supports file attachments. Requires explicit user confirmation before sending, replying, or deleting.
- ▌
- ▌ Code Review 4r · rauleburro bundleAutonomous, looping code review for a finished PR using the 4R framework (Risk, Readability, Reliability, Resilience). Spawns clean-context agents — an Opus reviewer, an Opus fix-planner, and Sonnet implementers — and iterates review → plan → fix → re-review until the PR is approved, then posts a summary comment on the GitHub PR. Use this whenever the user finishes a PR or branch and says "review my PR", "code review", "revisá la PR", "revisá con 4R", "terminé la PR", "valida este branch antes de merge", or wants automated pre-review that fixes the small stuff so the human reviewer only has to look at what matters. Trigger it even when the user just says they are done with a branch and want it checked before merging.
- ▌ Epic Plan Executor · rauleburroEjecuta planes de implementación multi-historia (épicas) de Jira de forma estructurada por fases. Coordina trabajo secuencial y paralelo, gestiona transiciones de Jira automáticamente, crea branches por historia, mergea al final, y valida con lint/test/build. Usa este skill cuando el usuario quiera ejecutar un plan con múltiples historias de Jira, implementar una épica completa, o coordinar varias tareas de setup/implementación en fases. También aplica cuando el usuario diga "implementa este plan", "ejecuta la épica", "haz el setup del proyecto", o presente una tabla de historias de Jira para ejecutar.
- ▌ Jira Task Workflow · rauleburroWorkflow completo para implementar tareas individuales de Jira: obtiene el ticket, analiza el código y la documentación existente, genera diagramas de arquitectura ASCII, discute la implementación con el usuario en un ping-pong interactivo, entra en modo planning, implementa, y verifica cobertura de tests al 80% mínimo. Usa este skill cuando el usuario mencione un ID de Jira (ej. "TS-6", "PROJ-45"), pida implementar una tarea/ticket/issue, o quiera planificar una implementación basada en un ticket. También aplica cuando el usuario diga "trabaja en", "implementa", "tarea", "ticket" seguido de un identificador tipo "XXX-NNN". NO usar para épicas completas con múltiples historias — para eso usar epic-plan-executor.
- ▌ Daily Standup Setup · rauleburro bundleConfigura de forma interactiva el skill daily-standup. Detecta lo que puede (login de GitHub, zona horaria, autor de git, rutas de sesiones) y pregunta el resto (organización, proveedor de mensajería y canales, issue tracker, mail, calendario, destino de entrega), y escribe ~/.daily-standup/config.yaml. Úsalo cuando el usuario diga "configura mi daily", "setup del standup", "configurar daily-standup", o cuando el daily-standup no encuentre su config.
- ▌ Open Codex Warp Tab · rauleburro bundleOpen a real, visible Codex CLI session in a new Warp tab with its prompt submitted automatically, while keeping the new tab in the same active Warp window/tab group as the requesting session. Use when the user asks to "open a new Codex session", "abre una nueva sesión de Codex", launch an interactive Codex tab in Warp, or create a separate visible Codex session rather than an internal subagent. Default to the active group; create a separate Warp window only when the user explicitly requests one.
- ▌ Auto Review Dispatch · rauleburro bundleUse when the user asks for a code review of their current work — phrases like "revisá mi PR", "quiero un review imparcial", "lanzá un review con contexto limpio", "code review this", "review before merging", "que otro Codex revise esto", or after they finish a chunk of work and mention merge/PR/review/listo. Auto-detects branch, PR number, base commit, modified files, and project stack from AGENTS.md, then dispatches a fresh-context code review subagent with the full brief pre-filled. Saves the user from typing out context every time they want a review.
- ▌ Feature Flow Auditor · rauleburro bundleAnalyze a software feature or module end-to-end using parallel subagents, source-code introspection, Mermaid/UML diagrams, and an independent critical audit. Use when asked to understand how a feature works, map flows across models/views/controllers/APIs/jobs/integrations, explain architecture, identify functions involved, produce diagrams, or prioritize improvements for any codebase feature.
- ▌ Pr Deep Review Agent · rauleburro bundleLaunch a clean-context subagent to perform a deep pull request review. Use when the user asks to launch/run/spawn another agent for PR review, final approval review, clean-context code review, or a review that compares code against local documentation and official internet documentation before reporting whether the PR is approved or changes are required.
- ▌ Web Artifacts Builder · rauleburro bundleBuild polished, self-contained HTML artifacts with React, Tailwind CSS, and shadcn/ui using Bellbird's Warm Tech visual system by default. Use for complex artifacts with state, multiple views, or rich data presentation; not for simple static HTML.