Skip to main content
gitlabhq
GitHub creator profile

gitlabhq

Repository-level view of 19 collected skills across 4 GitHub repositories.

skills collected
19
repositories
4
updated
Aug 24, 2026
repository explorer

Repositories and representative skills

orbit-local
software-developers

Index and query a LOCAL checkout of a repository offline with the Orbit local CLI (the `orbit` binary, run directly or via `glab orbit local`). It builds a DuckDB property graph from the working tree and you query it with read-only SQL. Use when the request…

Aug 14, 2026
orbit
software-developers

Query GitLab Orbit via `glab orbit remote` CLI subcommands or run a local copy with `glab orbit local`. Use for code-structure questions (who calls this function, where is this symbol defined), cross-project dependency and blast-radius analysis, merge-request…

Aug 14, 2026
ast-grep
software-developers

AST-based code search and rewrite via tree-sitter patterns. Use instead of Grep/Edit when a change spans many sites or must respect code structure: structural matching, multi-file batch rewrites, or context-aware queries (e.g. "unwrap inside impl blocks").…

Jul 9, 2026
related-repositories
software-developers

Registry of related repositories (Siphon, Rails, and other consumed repos) with their git URLs and local checkout paths. Use when you need to find where a related repo is checked out locally, get its git URL, or clone it if it is missing.

Jul 9, 2026
remove-llm-comments
software-developers

Remove and tighten unnecessary LLM-generated comments — including narration disguised as "why", restated constraints, and why-comments a named symbol or the code structure already conveys. Use while editing, and as the final narration-comment pass before…

Jun 29, 2026
update-docs
software-developers

Audit and update documentation after code changes. Use when architecture, APIs, or behavior changed and docs may have drifted.

Jun 23, 2026
debug-clickhouse-queries
database-administrators

Investigate query evaluation failures in the Knowledge Graph synthetic data pipeline. Use when queries fail or return unexpected results after running the evaluate binary.

Apr 12, 2026
clickhouse-query-profiling
database-administrators

Profile GKG queries against ClickHouse with the query-profiler CLI. For optimizing query performance, comparing query plans, investigating slow queries, or checking ClickHouse resource usage.

Mar 27, 2026
Showing 8 of 11 collected skills.
Showing 4 of 4 repositories
All repositories loaded