getgaal

21 mods across 1 repository, 54 stars between them.

CreateIssue

01

getgaal/gaal

Agent

Create a new GitHub issue for the gaal project respecting the official issue templates. Use this agent when you want to report a bug, propose a feature, or open any issue on the gaal repository. The agent invokes @Explore to analyse the codebase and enrich the issue description with affected files and context, then…

54 28d ago A 83 tokens AGPL-3.0

DocWriter

02

getgaal/gaal

Agent

Documentation update subagent. After a feature or behaviour change, this agent updates the relevant files in docs/ and ensures no user-facing documentation is stale. Only invoke this agent when the change modifies user-facing behaviour (CLI flags, config keys, output format, or architecture).

54 28d ago A 57 tokens AGPL-3.0

Explore

03

getgaal/gaal

Agent

Exploration and planning subagent. Use this agent to analyse the codebase, understand the impact of a task, and produce a structured implementation plan. Always invoke this agent at the start of any non-trivial task before writing a single line of code.

54 28d ago A 53 tokens AGPL-3.0

Implement

04

getgaal/gaal

Agent

Code implementation subagent. Given a structured plan produced by the Explore agent, this agent writes or modifies Go source files following the gaal project conventions. Always provide the full implementation plan as context when invoking this agent.

54 28d ago A 45 tokens AGPL-3.0

PRWorkflow

05

getgaal/gaal

Agent

Full pull request lifecycle orchestrator for the gaal project. Runs a structured multi-agent workflow: plan → user checkpoint → branch → implement (parallel agents) → user checkpoint → commit → push → PR creation → PR monitoring. Handles PR review comments by restarting the full workflow. Use this agent for any task…

54 28d ago A 73 tokens AGPL-3.0

TestWriter

06

getgaal/gaal

Agent

Unit test writing subagent. Given a set of newly implemented or modified Go functions, this agent writes comprehensive table-driven unit tests. Aim for ≥ 90% coverage on the changed code. Always provide the list of changed files as context when invoking this agent.

54 28d ago A 55 tokens AGPL-3.0

gaal AGENTS.md

07

getgaal/gaal

Instructions file CodexOpenCode

AGENTS.md instructions for getgaal/gaal, covering gaal — agent guidelines, language, architecture, debug logging and build.

54 28d ago A 842 tokens AGPL-3.0

agents

08

getgaal/gaal

Command

Command "agents" from getgaal/gaal, covering gaal agents, usage, exit codes, flow and what "installed" means.

54 28d ago A 0 tokens AGPL-3.0

audit

09

getgaal/gaal

Command

Command "audit" from getgaal/gaal, covering gaal audit, usage, exit codes, flow and what audit scans.

54 28d ago A 0 tokens AGPL-3.0

doctor

10

getgaal/gaal

Command

Command "doctor" from getgaal/gaal, covering gaal doctor, usage, exit codes, flow and checks.

54 28d ago A 0 tokens AGPL-3.0

info

11

getgaal/gaal

Command

Command "info" from getgaal/gaal, covering gaal info, usage, exit codes, flow and output format honoring --verbose.

54 28d ago A 0 tokens AGPL-3.0

init

12

getgaal/gaal

Command

Command "init" from getgaal/gaal, covering gaal init, usage, exit codes, flow and backup.

54 28d ago A 0 tokens AGPL-3.0

migrate

13

getgaal/gaal

Command

Command "migrate" from getgaal/gaal, covering gaal migrate, usage, exit codes, flow and why a stub.

54 28d ago A 0 tokens AGPL-3.0

schema

14

getgaal/gaal

Command

Command "schema" from getgaal/gaal, covering gaal schema, usage, exit codes, flow and why it stays in sync.

54 28d ago A 0 tokens AGPL-3.0

skill

15

getgaal/gaal

Command

Search and install registry-backed skills.

54 28d ago A 0 tokens AGPL-3.0

status

16

getgaal/gaal

Command

For the end-user reading guide (what each column / icon means in the rendered output), see docs/status.md. This page covers the architecture and execution flow.

54 28d ago A 0 tokens AGPL-3.0

sync

17

getgaal/gaal

Command

Command "sync" from getgaal/gaal, covering gaal sync, usage, exit codes, end-to-end flow and inside the three managers.

54 28d ago D 0 tokens AGPL-3.0

version

18

getgaal/gaal

Command

Command "version" from getgaal/gaal, covering gaal version, usage, exit codes, flow and where the values come from.

54 28d ago A 0 tokens AGPL-3.0

realistic-skill

19

getgaal/gaal

Skill Claude CodeCodex

Multi-file skill (SKILL.md + prompts/ + templates/) used to verify gaal preserves the directory structure during install.

54 28d ago A 30 tokens AGPL-3.0

second-skill

20

getgaal/gaal

Skill Claude CodeCodex

Companion stub skill — sits next to stub-skill so multi-skill scenarios have at least two distinct entries to operate on.

54 28d ago A 30 tokens AGPL-3.0

stub-skill

21

getgaal/gaal

Skill Claude CodeCodex

Minimal single-file skill used by the gaal e2e test suite.

54 28d ago A 19 tokens AGPL-3.0