JonDotsoy
- 9 skills
- 0 followers
- 6 hours ago last updated
- ▌ Pr Creator · jondotsoy bundleCreates GitHub pull requests in draft mode following Conventional Commits format. Use when user requests "create PR", "make pull request", "open PR", or similar. Automatically pushes branch, analyzes changes, generates structured title/body with proper labels, and assigns to creator. Never modifies code or merges branches.
- ▌ Feature Notes · jondotsoy bundleMantiene una ficha de contexto (feature.md) por branch de git para el feature que se está trabajando actualmente — no es un plan de implementación, es el contexto de negocio y las restricciones técnicas a seguir. Usa este skill cuando el usuario pregunte "qué feature estamos trabajando" / "what feature are we working on", diga "en este branch trabajemos en..." / "in this branch let's work on..." o "let's build X here", pida documentar/guardar/actualizar el contexto de negocio o las restricciones técnicas del feature actual, quiera abrir la ficha del feature para editarla a mano, o pida actualizar el CHANGELOG por el trabajo hecho en el feature actual. Actívalo también de forma proactiva antes de empezar cualquier implementación no trivial en una branch de feature, para revisar si ya existe una ficha guardada y cargar ese contexto antes de escribir código. Funciona con frases en español e inglés.
- ▌ Commit Message · jondotsoy bundleGenera un mensaje de commit en formato Conventional Commits leyendo el diff staged y los últimos commits del repositorio.
- ▌ Scoped Commits · jondotsoy bundleAnalyzes all pending repo changes (staged, unstaged, and untracked), groups them into cohesive commits by scope, infers the Conventional Commits type for each group, and creates one commit per group. Does not push.
- ▌ Project Roadmap · jondotsoy bundleReads and writes the project ROADMAP. Use me to create, update, or look up milestones (HU-*), their descriptions, and dependencies. Does not generate implementation details — only organizes work at the user story level.
- ▌ Runbook Executor · jondotsoy bundleExecutes runbooks and generates timestamped evidence documentation of the execution results
- ▌ Coaching Reporter · jondotsoy bundleGenerates detailed reports and analysis from coaching sessions. Use when analyzing coaching session files, tracking coachee progress, extracting insights from coaching notes, or creating structured reports for coaching development plans.
- ▌ Runbook Generator · jondotsoy bundleCreates structured runbooks to document reproducible scenarios for APIs, UX flows, and technical procedures
- ▌ Astro MCP Integration · jondotsoy bundleIntegrates an MCP server into an existing Astro project. Generates the /mcp endpoint with tools, prompts, and resources described by the user, with OAuth 2.0 Bearer token authentication.