Mossaka
- 11 skills
- 0 followers
- 1 week ago last updated
- ▌ Gh Aw Test Repos · mossakaGuide for setting up OSS repositories to test GitHub Agentic Workflows (gh-aw). Use when: (1) Setting up test repos for agentic workflows, (2) Forking and initializing repos with gh-aw, (3) Creating build/test workflows for Go or other languages, (4) Troubleshooting gh aw init issues (TTY, missing actions folder), (5) Monitoring workflow runs on forked repos.
- ▌ Delegate Sidequest · mossakaDelegate minor issues to Copilot instead of getting distracted. Use PROACTIVELY when: (1) You notice a bug, code smell, or improvement while working on a main task, (2) You spot something wrong but fixing it would derail your current focus, (3) You find TODOs, tech debt, or minor issues that should be tracked. This skill helps agents stay focused on the primary task by offloading side quests to GitHub Copilot.
- ▌ Wasm Editor · mossaka bundleDevelop and modify the gh-aw Playground (WASM editor) — the browser-based workflow compiler at docs/public/editor/. Use when: (1) Editing editor HTML/CSS/JS in docs/public/editor/, (2) Modifying WASM compiler loader/worker in docs/public/wasm/, (3) Changing the Go WASM entry point cmd/gh-aw-wasm/main.go, (4) Any task touching the playground UI, (5) Creating a PR that includes editor changes. ALWAYS verify changes visually with Playwright screenshots and attach screenshots to PRs.
- ▌ Aw Forensics · mossaka bundleForensic analysis of GitHub Agentic Workflow runs using gh aw logs and gh aw audit. Use when: (1) Investigating why agentic workflows failed across multiple runs, (2) User says 'forensic analysis' or 'analyze workflow runs', (3) Comparing workflow behavior across time periods or code changes, (4) Diagnosing systematic issues with a specific engine (claude, copilot, codex, gemini), (5) Auditing MCP server connectivity, tool usage, and safe outputs across runs.
- ▌ Ralph · mossaka bundleRun iterative task execution using Claude in a loop to complete PRD tasks. Use when: (1) Executing multi-step PRDs autonomously, (2) Running Claude in a loop until tasks complete, (3) Automating incremental task completion with progress tracking, (4) User says 'run ralph' or 'ralph loop'.
- ▌ Notify · mossakaSend notifications via clawdbot to WhatsApp. Use when: (1) Task is complete and user should be notified, (2) Long-running operation finished, (3) User says 'notify me' or 'send notification', (4) PR created or merged, (5) Tests pass/fail results.
- ▌ MCP Gateway · mossaka bundleComprehensive management of MCP Gateway (gh-aw-mcpg) for running GitHub MCP servers. Use when: (1) Starting/stopping MCP Gateway containers with GitHub MCP server support, (2) Debugging gateway connection or authentication issues, (3) Configuring Copilot CLI to use MCP Gateway via HTTP, (4) Setting up gateway for use with AWF (Agentic Workflow Firewall), (5) Troubleshooting MCP server initialization or token passthrough problems, (6) Managing Docker-based MCP server lifecycle. Includes scripts for gateway startup, health checking, debugging, and Copilot CLI integration.
- ▌ Skill Creator · mossaka bundleGuide for creating effective agent skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends agent capabilities with specialized knowledge, workflows, or tool integrations.
- ▌ Smoke Test Pr · mossakaTrigger and monitor smoke tests for a gh-aw PR. Use when: (1) User wants to run smoke/integration tests on a PR, (2) User says 'run smoke tests' or 'trigger smoke', (3) Validating that gh-aw changes don't break basic workflows, (4) Need to verify MCP server connectivity and agent behavior in workflows.
- ▌ Debug Workflow · mossaka bundleDebug GitHub Agentic Workflow runs using gh-aw CLI tools to investigate failures, analyze logs, identify MCP server issues, and troubleshoot workflow execution problems. Use when: (1) Investigating workflow run failures or unexpected behavior, (2) Analyzing workflow execution logs, (3) Debugging MCP server connectivity or tool availability issues, (4) Creating issues to document workflow problems, (5) Understanding why a successful workflow didn't produce expected results, (6) Examining firewall blocks or network issues in workflows
- ▌ Gh Aw Local Dev · mossakaUnderstanding gh-aw local dev mode - why workflows need actions/setup folder copied and how to fix it