framework/engineering/skills/flowai-manage-github-tickets/SKILL.md
Create and manage GitHub issues using the GODS framework. Use when creating, updating, or triaging GitHub issues.
npx skillsauth add korchasa/flowai flowai-manage-github-ticketsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Create and manage GitHub issues formatted with the GODS framework. Use whatever GitHub tool is available in your environment.
<step_by_step>
Detect Tool
create_issue, update_issue, list_issues, etc.)gh CLI (gh issue create, gh issue edit, etc.)Compose Issue in GODS Format
flowai-write-gods-tasks).Create/Update Issue
gh CLI: gh issue create --title "..." --body "...".create_issue or update_issue.Verify
</step_by_step>
Ideal for: incidents, operational DevOps tasks, infrastructure development, product team requests, business processes with clear outcomes.
Not effective for: innovative projects without clear outcomes, tasks with rapidly changing requirements.
**Goal:** Restore the CI/CD pipeline so deployment delays do not exceed 1 hour.
**Overview:** Updated Jenkins plugin → 5 builds with errors → version incompatible.
**Definition of Done:** All builds pass without errors within a day, tests ≥98% successful, team notified.
**Solution:** Roll back the plugin, patch, or change the tool after log analysis.
For more examples, see flowai-write-gods-tasks.
tools
Delegate a task to another AI IDE's CLI (codex / claude / opencode / cursor-agent) through an isolated-context subagent. Triggers on "delegate to <ide>", "have <ide> do <task>", "execute <task> in <ide>", "offload to <ide>". For one-shot relay or fan-out comparison use `ai-ide-runner` instead.
tools
Run prompts in Claude Code, OpenCode, Cursor, or Codex CLIs from the current session — pick one IDE, fan out across several, or compare models. You are a courier that relays the other runtime's stdout verbatim, do not synthesise your own answer. Use on "run in <ide>", "compare <ide> vs <ide>", "try on <model>", "which IDE handles X better", "run across models".
tools
Recommend which LLM model to use for a task. Use when asked "which model / best LLM for X", "pick a model for this task", or for a model shortlist ranked by live leaderboard evidence (coding, reasoning, agentic, tool-use, price, speed). Live-fetches public leaderboards and ranks models with per-axis rationale and citations.
development
Produce a comprehensive Product Requirements Document (PRD). Use when the user asks to write a PRD or formalize a feature's scope, goals, and success metrics.