Skip to main content
gannonh
GitHub-Creator-Profil

gannonh

Repository-Ansicht von 116 gesammelten Skills in 10 GitHub-Repositories.

gesammelte Skills
116
Repositories
10
aktualisiert
9. Aug. 2026
Hier werden die Top 8 Repositories angezeigt; die vollständige Repository-Liste folgt darunter.
Repository-Explorer

Repositories und repräsentative Skills

kata-add-issue
Softwareentwickler

Capture an idea, task, or issue that surfaces during a Kata session as a structured issue for later work. This skill creates markdown issue files in the .planning/issues/open directory with relevant metadata and content extracted from the conversation.…

18. Feb. 2026
kata-add-milestone
Projektmanagementspezialisten

Add a milestone to an existing project, starting a new milestone cycle, creating the first milestone after project init, or defining what's next after completing work. Triggers include "add milestone", "new milestone", "start milestone", "create milestone",…

18. Feb. 2026
kata-add-phase
Projektmanagementspezialisten

Add planned work discovered during execution to the end of the current milestone in the roadmap. This skill appends sequential phases to the current milestone's phase list, automatically calculating the next phase number. Triggers include "add phase", "append…

18. Feb. 2026
kata-audit-milestone
Softwarequalitätssicherungsanalysten und -tester

Verify milestone achievement against its definition of done, checking requirements coverage, cross-phase integration, and end-to-end flows. Triggers include "audit milestone", "verify milestone", "check milestone", and "milestone audit". This skill reads…

18. Feb. 2026
kata-brainstorm
Projektmanagementspezialisten

Run structured brainstorming sessions using paired explorer/challenger agent teams. Explorers generate ideas, challengers play devil's advocate, and 2-3 rounds of debate produce pressure-tested proposals. Use when brainstorming product ideas, exploring…

18. Feb. 2026
kata-check-issues
Softwareentwickler

Review open issues, selecting an issue to work on, filtering issues by area, pulling GitHub issues, or deciding what to work on next. Triggers include "check issues", "list issues", "what issues", "open issues", "show issues", "view issues", "select issue to…

18. Feb. 2026
kata-complete-milestone
Projektmanagementspezialisten

Archive a completed milestone, preparing for the next version, marking a milestone complete, shipping a version, or wrapping up milestone work. Triggers include "complete milestone", "finish milestone", "archive milestone", "ship version", "mark milestone…

18. Feb. 2026
kata-configure-settings
Softwareentwickler

Configure kata session settings and workflow variants. Triggers include "settings", "configure", "preferences", "workflow config", "workflow variants".

18. Feb. 2026
Es werden 8 von 32 gesammelten Skills angezeigt.
plan-build-verify
nicht klassifiziert

Use this skill for multi-step, spec-driven, or acceptance-gated implementation work in a GitHub repository where specs live as GitHub Issues. Routes work through Plan, Build, and Verify phases, manages the roadmap through issue labels and sub-issues, and…

9. Aug. 2026
auto-review
Softwarequalitätssicherungsanalysten und -tester

Structured code review closeout. Codex review is the default when no engine is set and is the recommended reviewer. Use this for auto-review, autoreview, second-model review, CodeRabbit, Greptile, Cursor, Codex review, Claude review, PR review, and final…

15. Juli 2026
user-acceptance
Softwarequalitätssicherungsanalysten und -tester

Use when finishing a ticket, feature branch, or pull request and the user asks to validate, demo, verify, sign off, show that it works, run UAT, provide acceptance evidence, or decide whether work is ready to merge. This skill gathers tangible evidence that…

28. Juni 2026
mobile-e2e-test-author
Softwarequalitätssicherungsanalysten und -tester

Author local Maestro iOS-Simulator E2E flows for the Kata Code mobile app using the reusable TS orchestrator and Kata-specific flows. Use when adding or updating flows under mobile-e2e/.

25. Juni 2026
upstream-assess
Softwareentwickler

Assess and selectively port changes from the upstream T3 Code fork (pingdotgg/t3code) into Kata Code. Use whenever the user wants to review what upstream has done, assess the diff, decide what to bring in, triage upstream commits, plan a vendor-pull, run an…

25. Juni 2026
kata-code-e2e-testing
Softwarequalitätssicherungsanalysten und -tester

Author local Playwright Electron E2E tests for Kata Code using the reusable harness and Kata-specific flows. Use when adding or updating tests under e2e/.

22. Juni 2026
handoff
Softwareentwickler

Compact the current conversation into a handoff document for another agent to pick up.

21. Juni 2026
validate-kata-code-nightly-release
Softwarequalitätssicherungsanalysten und -tester

Validate Kata Code nightly releases on macOS with the @Computer plugin. Start and update the nightly app, use its New Project flow to create a timestamp-suffixed nightly UAT project under `/Volumes/EVO/dev`, then execute explicit acceptance criteria for a…

20. Juni 2026
Es werden 8 von 31 gesammelten Skills angezeigt.
kata-add-issue
Projektmanagementspezialisten

Capture an idea, task, or issue that surfaces during a Kata session as a structured issue for later work. This skill creates markdown issue files in the .planning/issues/open directory with relevant metadata and content extracted from the conversation.…

18. Feb. 2026
kata-add-milestone
Projektmanagementspezialisten

Add a milestone to an existing project, starting a new milestone cycle, creating the first milestone after project init, or defining what's next after completing work. Triggers include "add milestone", "new milestone", "start milestone", "create milestone",…

18. Feb. 2026
kata-add-phase
Projektmanagementspezialisten

Add planned work discovered during execution to the end of the current milestone in the roadmap. This skill appends sequential phases to the current milestone's phase list, automatically calculating the next phase number. Triggers include "add phase", "append…

18. Feb. 2026
kata-audit-milestone
Softwarequalitätssicherungsanalysten und -tester

Verify milestone achievement against its definition of done, checking requirements coverage, cross-phase integration, and end-to-end flows. Triggers include "audit milestone", "verify milestone", "check milestone", and "milestone audit". This skill reads…

18. Feb. 2026
kata-check-issues
Softwareentwickler

Review open issues, selecting an issue to work on, filtering issues by area, pulling GitHub issues, or deciding what to work on next. Triggers include "check issues", "list issues", "what issues", "open issues", "show issues", "view issues", "select issue to…

18. Feb. 2026
kata-complete-milestone
Softwareentwickler

Archive a completed milestone, preparing for the next version, marking a milestone complete, shipping a version, or wrapping up milestone work. Triggers include "complete milestone", "finish milestone", "archive milestone", "ship version", "mark milestone…

18. Feb. 2026
kata-configure-settings
Softwareentwickler

Configure kata session settings and workflow variants. Triggers include "settings", "configure", "preferences", "workflow config", "workflow variants".

18. Feb. 2026
kata-customize
Softwareentwickler

Manage template overrides for customizing Kata output formats. List available templates, copy defaults for local editing, edit overrides, validate template schemas. Triggers include "customize template", "override template", "edit template", "template…

18. Feb. 2026
Es werden 8 von 24 gesammelten Skills angezeigt.
plan-build-verify-github
nicht klassifiziert

Use this skill for multi-step, spec-driven, or acceptance-gated implementation work in a GitHub repository where specs live as GitHub Issues. Routes work through Plan, Build, and Verify phases, manages the roadmap through issue labels and sub-issues, and…

4. Aug. 2026
okf
nicht klassifiziert

Create, read, and maintain Open Knowledge Format documentation bundles in repositories. Use this skill when the user asks for /okf, OKF, Open Knowledge Format, docs-as-knowledge, reading project context from docs, reorganizing docs into an agent-readable…

4. Aug. 2026
releasing-kata
Softwareentwickler

Use this skill when releasing Kata CLI, Symphony, or the Pi Symphony extension, bumping versions, updating changelogs, or creating release PRs. Triggers include "release", "bump version", "publish", "create release PR", "ship it", "cut a release".

23. Juni 2026
kata-new-milestone
Sonstige Computerberufe

Use when the user wants to create the next milestone, release goal, or scoped delivery target for an existing Kata project.

26. Mai 2026
kata-plan-phase
Sonstige Computerberufe

Use when the user asks to plan a phase, slice upcoming work, or turn a milestone goal into executable Kata tasks.

26. Mai 2026
kata-update-project
Projektmanagementspezialisten

Use when the user wants to update an in-flight Kata project, refresh project artifacts, revise the current milestone, adjust requirements or roadmap context, or pause work to record ad hoc project direction changes. This skill interactively updates durable…

26. Mai 2026
kata-complete-milestone
Sonstige Computerberufe

Use when the user wants to finish, close, ship, archive, or mark the active Kata milestone complete.

6. Mai 2026
kata-execute-issue
Sonstige Computerberufe

Use when the user wants to execute a standalone Kata issue, one-off issue plan, backlog issue, or isolated implementation plan created by kata-plan-issue. This skill selects or retrieves an open issue from the backend, confirms the issue with the user, then…

6. Mai 2026
Es werden 8 von 17 gesammelten Skills angezeigt.
10 von 10 Repositories angezeigt
Alle Repositories angezeigt