Home / h1994st / rllvm · plugins/rllvm/skills/query/SKILL.md · GitHub

query skillA

query is agent-read markdown (skill) from h1994st/rllvm: Choose the rllvm-query tool that answers a question about a captured program, and report its answer without over-claiming. Use for questions about definitions, callers, callees, reachability, function pointers or external calls in captured bitcode, and every time an rllvm-query answer is about to be reported..

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# Querying captured bitcode

Load the program first with `load_catalog` or `inventory` (the `capture`
skill). With more than one catalog loaded, pass `catalog`.

Without the MCP server, the same queries run as
`rllvm-query --catalog catalog.json <query>`, with kebab-case names
(`indirect-targets`). Output is text with its caveats in a footer; `--json`
prints the envelope described below, and `--full` adds scope, analysis and
uncertainty to the text.

## Choosing the query

| Question | Tool |
| --- | --- |
| Where is X defined, and in which configurations? | `defs` |
| What runs at `file:line`? | `at` |
| Who calls X? What does X call? | `callers`, `callees` |
| Where is X's address taken? | `uses` |
| Who can call X through a pointer? | `uses` for address-taken sites, then `indirect_targets` at each |
| What can this indirect call reach? | `indirect_targets` at the call site (`heuristics: true` adds the address-taken inventory) |
| Can A reach B — for example, is a vulnerable function reachable? | `reach`; if it finds no path, `closure` to see where the search stopped |
| Everything that reaches X, or that X reaches | `closure` with `direction` `in` or `out` |
…

Read the whole file at its exact version.

How to install

Latest version
mdr add h1994st/rllvm/query@git:20260925.4aff714
Exact content
mdr add h1994st/rllvm/query@sha256:1395792a21736a56

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_2u5aebnwk674utpr.svg)](https://markdownregistry.com/a/art_2u5aebnwk674utpr)

0 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260925.4aff714 latest2026-09-25 4aff714 4,639 BA view · diff
git:20260924.88883c42026-09-24 88883c4 4,051 BA view · diff
git:20260924.99d651a2026-09-24 99d651a 4,051 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (4639 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

h1994st/rllvm · 5 stars · license Apache-2.0 · pushed 2026-09-25 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_2u5aebnwk674utpr
GET https://markdownregistry.com/api/v1/resolve?ref=h1994st/rllvm/query
GET https://markdownregistry.com/api/v1/blob/1395792a21736a566bc5970cbf3b39d66256f885263b761a19b3bd99ba06a8d1

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from h1994st/rllvm

CLAUDE.md claude
h1994st/rllvm · CLAUDE.md
git:20260924.99d651a · audit A · 5 stars
capture skill
h1994st/rllvm · plugins/rllvm/skills/capture/SKILL.md · Capture LLVM bitcode from a project with rllvm and turn it into a catalog or module. Use when the user wants bitcode, a…
git:20260924.88883c4 · audit A · 5 stars
setup skill
h1994st/rllvm · plugins/rllvm/skills/setup/SKILL.md · Install and configure rllvm, or diagnose it when capture or a query fails. Use when the user wants to start using…
git:20260924.99d651a · audit A · 5 stars

Every file in h1994st/rllvm

Other files named query

query skill
garrytan/gbrain · plugin-variants/gbrain-coding/skills/query/SKILL.md · Answer questions using the brain's knowledge with 3-layer search, synthesis, and citation propagation. Use when the…
v1.0.0 · audit A · 30,275 stars
query skill
garrytan/gbrain · plugin-variants/gbrain-daily/skills/query/SKILL.md · Answer questions using the brain's knowledge with 3-layer search, synthesis, and citation propagation. Use when the…
v1.0.0 · audit A · 30,275 stars
query skill
vivantel/kms · plugins/kms/skills/query/SKILL.md · Answer a question from a project's fact/decision/guardrail/skill knowledge base, with citations to the artifacts the…
git:20260905.0921542 · audit A · 3 stars

Browse by kind, by grade A, or by owner.