Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add JustineDevs/premortem --skill glab-glqlgit clone --depth 1 https://github.com/JustineDevs/premortemWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/justinedevs/premortem/glab-glql)<a href="https://agentmods.dev/skills/justinedevs/premortem/glab-glql"><img src="https://agentmods.dev/badge/skills/justinedevs/premortem/glab-glql/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/justinedevs/premortem/glab-glql"><img src="https://agentmods.dev/badge/skills/justinedevs/premortem/glab-glql.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00019 | $0.00599 |
| Opus 5 | $0.00010 | $0.00300 |
| Sonnet 5 | $0.00004 | $0.00120 |
| Haiku 4.5 | $0.00002 | $0.00060 |
Grade A, and why
glab-glql scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
GLQL Skill
Execute GitLab Query Language (GLQL) queries via glab api.
GLQL queries issues, merge requests, and epics across projects and groups.
POST /api/v4/glql was introduced in GitLab 18.7. There is no native glab glql subcommand;
use glab api --method POST glql as a passthrough.
Basic usage
glab api --method POST glql \
--raw-field 'glql_yaml=query: project = "group/project" AND state = opened'
YAML format (recommended)
Use --raw-field to pass a multi-line YAML string. All options go in the same glql_yaml value:
glab api --method POST glql \
--raw-field 'glql_yaml=fields: id,title,state,author
project: gitlab-org/gitlab
limit: 5
sort: created desc
query: assignee = currentUser() AND state = opened'
Configuration options
| Option | Required | Description |
|---|---|---|
query |
Yes | GLQL filter expression |
fields |
No | Comma-separated fields to return. Default: title |
project |
No | Scope to group/project. Cannot combine with group |
group |
No | Scope to a group slug. Cannot combine with project |
limit |
No | 1-100. Default: 100 |
sort |
No | field asc|desc (e.g. created desc, due asc, merged desc) |
Scoping
# Project scope
--raw-field 'glql_yaml=fields: id,title,assignees
project: gitlab-org/gitlab
limit: 10
query: state = opened AND assignee = currentUser()'
# Group scope -- MUST add a narrowing filter or it will time out on large groups
--raw-field 'glql_yaml=fields: id,title,state
group: gitlab-org
limit: 10
query: state = opened AND assignee = currentUser()'
References
- Query fields and operators -- filters, operators, date syntax
- Output fields, jq patterns, pagination -- response shape, jq snippets
What ships with it
2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 9d ago First seen · 71 lines · 19 tokens per session scan A 559991c65761
glab-glql is a skill published in the GitHub repository JustineDevs/premortem (2 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 19 tokens to every session and 599 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.
Other skills, from other repositories
goal
Set and track project goals. Triggered by "/goal" to define objectives, track milestones, or review progress.
pad
Talk to your project. Natural-language project management — create items, check status, plan work, brainstorm ideas, and more.
issue-ingest
Full execution protocol for MODE: ISSUEINGEST -- GitHub issue intake, localization, spec generation, and transition to the full fix workflow.
linear-graphql-skill
Operate Linear workspace issues, projects, and teams through Linear GraphQL API using UXC. Use when tasks require querying or creating issues, managing projects, or interacting with Linear workflow. Supports both Personal API Key and OAuth authentication.
helpdesk
Classify a bounded support request, choose the safe next path, and draft a customer-ready reply only when a human-gated send is appropriate.
github
GitHub CLI (gh) for repository management, issues, pull requests, releases, workflows, search, gists, and API access. Use when the user asks about any GitHub operation — creating repos, forking, cloning, PR workflows, issue triage, CI/CD runs, code search, release management, or direct API calls. Keywords: github, gh…