← all publishers

rocketchat

@rocketchat source repo

15 published skills

  1. Gitnexus Guide · rocketchat
    Use when the user asks about GitNexus itself — available tools, how to query the knowledge graph, MCP resources, graph schema, or workflow reference. Examples: "What GitNexus tools are available?", "How do I use GitNexus?"
    0
    installs
  2. Dev App Verify 2 · rocketchat
    Drive and screenshot the running Rocket.Chat Desktop dev app (yarn start) through the main-process inspector on port 9339 — trigger menu items (Simulate Download/Update), evaluate in the renderer DOM, capture titlebar screenshots. Use whenever a UI change needs runtime/visual verification that component tests can't see (paint, clipping, colors, animation, layout).
    0
    installs
  3. Dev App Verify · rocketchat
    Drive and screenshot the running Rocket.Chat Desktop dev app (yarn start) through the main-process inspector on port 9339 — trigger menu items (Simulate Download/Update), evaluate in the renderer DOM, capture titlebar screenshots. Use whenever a UI change needs runtime/visual verification that component tests can't see (paint, clipping, colors, animation, layout).
    0
    installs
  4. Desktop QA Flows · rocketchat
    Create or review Qase-ready QA flows for Rocket.Chat Desktop PRs and branches.
    0
    installs
  5. I18N Audit · rocketchat
    Audit translation completeness across all language files
    0
    installs
  6. Ship Release · rocketchat
    Ship a Rocket.Chat.Electron release end-to-end. Collects merged fixes since the last tag, drafts release notes, bumps the version on a chore/release branch, opens the bump PR, and — after explicit user approval at each gate — merges, tags, monitors the build-release pipeline in the background, and verifies the published release has the full platform asset matrix. Handles alpha (on dev), stable promotion (dev→master), and patch releases (release/X.Y.x). Trigger when the user says "ship release X.Y.Z", "release 4.16.0", "cut a patch release", "promote alpha to stable", or "/ship-release".
    0
    installs
  7. Electron Bump · rocketchat
    Upgrade the Electron version in Rocket.Chat.Electron safely. Detects breaking changes between the current and target Electron release, produces a migration plan gated on user approval, applies the fixes (using GitNexus impact analysis to find every affected callsite), bumps coupled config (electron-builder bundle id, CI node-version, @types/node), runs lint + tests, and opens a ready PR from a fresh branch off dev. Trigger when the user says "bump electron", "upgrade electron", "update electron to X", "/electron-bump", or asks to move to a newer Electron release.
    0
    installs
  8. Release Notes · rocketchat
    Generate release notes from git history between tags
    0
    installs
  9. Electron Build · rocketchat
    Build and test the Electron app with proper worktree isolation
    0
    installs
  10. New Ipc Channel · rocketchat
    Scaffold a new IPC channel with proper TypeScript types
    0
    installs
  11. Boot Wedge Debug · rocketchat bundle
    Debug the intermittent Rocket.Chat Desktop webview boot wedge (workspace tab stuck on the loading throbber forever; "loading infinito"). Reads boot-watchdog forensic reports, runs live CDP autopsies on wedged webviews, and maps findings to the next fix. Trigger when a workspace hangs on the throbber, when boot-watchdog.jsonl has entries, when the console shows "Cannot find module '/app/utils/rocketchat.info'", or when the user mentions wedge/throbber/boot travado.
    0
    installs
  12. Gitnexus Debugging · rocketchat
    Use when the user is debugging a bug, tracing an error, or asking why something fails. Examples: "Why is X failing?", "Where does this error come from?", "Trace this bug"
    0
    installs
  13. Gitnexus Exploring · rocketchat
    Use when the user asks how code works, wants to understand architecture, trace execution flows, or explore unfamiliar parts of the codebase. Examples: "How does X work?", "What calls this function?", "Show me the auth flow"
    0
    installs
  14. Gitnexus Refactoring · rocketchat
    Use when the user wants to rename, extract, split, move, or restructure code safely. Examples: "Rename this function", "Extract this into a module", "Refactor this class", "Move this to a separate file"
    0
    installs
  15. Gitnexus Impact Analysis · rocketchat
    Use when the user wants to know what will break if they change something, or needs safety analysis before editing code. Examples: "Is it safe to change X?", "What depends on this?", "What will break?"
    0
    installs