lcx-report-bug

lcx-report-bug is a skill for Codex from daeryundf2-prog/LAZYANTIGRAVITY. It costs 29 tokens per session (153 once invoked), scanned A, original, no licence file.

An alias for a workflow that reports a software bug as an issue or pull request in the repository responsible for it.

In plain words
What is it for?
Creating a focused bug issue or pull request with enough information for maintainers to investigate.
Why use it?
It turns a discovered defect into a clear report in the right code repository.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Creating a focused bug issue or pull request with enough information for maintainers to investigate.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/daeryundf2-prog/lazyantigravity/lcx-report-bug
Install

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.

Any agent
npx skills add daeryundf2-prog/LAZYANTIGRAVITY --skill lcx-report-bug
Clone the repo
git clone --depth 1 https://github.com/daeryundf2-prog/LAZYANTIGRAVITY

Made for: Codex.

Wrote 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.

agentmods badge for lcx-report-bug

README.md
[![agentmods](https://agentmods.dev/badge/skills/daeryundf2-prog/lazyantigravity/lcx-report-bug/github.svg)](https://agentmods.dev/skills/daeryundf2-prog/lazyantigravity/lcx-report-bug)
Your own site
<a href="https://agentmods.dev/skills/daeryundf2-prog/lazyantigravity/lcx-report-bug"><img src="https://agentmods.dev/badge/skills/daeryundf2-prog/lazyantigravity/lcx-report-bug/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.

agentmods 80×15 button for lcx-report-bug

Your own site · 80×15
<a href="https://agentmods.dev/skills/daeryundf2-prog/lazyantigravity/lcx-report-bug"><img src="https://agentmods.dev/badge/skills/daeryundf2-prog/lazyantigravity/lcx-report-bug.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 29 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 153 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00029 $0.00153
Opus 5 $0.00015 $0.00077
Sonnet 5 $0.00006 $0.00031
Haiku 4.5 $0.00003 $0.00015

Measured 11d ago against content hash 7fd93c7ebb28, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

lcx-report-bug 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 11d 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.

shared-skills/skills/lcx-report-bug/SKILL.md · 16 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Files

What ships with it

1 file 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.

Changes

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.

  1. 11d ago First seen · 16 lines · 29 tokens per session scan A 7fd93c7ebb28

Subscribe to this mod's changes

lcx-report-bug is a skill published in the GitHub repository daeryundf2-prog/LAZYANTIGRAVITY (14 stars, last pushed today), with no licence file. It adds 29 tokens to every session and 153 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-08-30.

Related

Other skills, from other repositories

docs-release-notes

Use when a change needs a user-visible release-note, changelog, or changeset entry — "add a release note", "add a changeset for this", "what goes in the changelog?", "write up what shipped", "note this for the next release" — or when finalizing a branch whose customer-visible features, bug fixes, or UI changes should…

The01Geek/prflow · 106 tokens

retrospective-audit

Stage B of /prflow:retrospective-weekly: given a most-recent-first subset of one recurring pattern's occurrence-PR context bundles (bounded by auditbundlecap), re-derive the root cause and return one JSON object carrying a ranked findings array (one to three sub-patterns) — no edits, no worktree. Invoked as a subagent…

The01Geek/prflow · 91 tokens

ag-saude-sessao

Health check de sessao. Verifica processos concorrentes, config corruption, stashes orfaos, worktrees abandonados. Executa ANTES de qualquer trabalho para prevenir perda de dados. Use at session start or when environment seems broken.

andregusman-raiz/a-gusman-claude · 56 tokens

opensource-pipeline

Open-source pipeline: fork, sanitize, and package private projects for safe public release. Chains 3 agents (forker, sanitizer, packager). Triggers: '/opensource', 'open source this', 'make this public', 'prepare for open source'.

Jamkris/everything-gemini-code · 56 tokens

project-flow-ops

Operate execution flow across GitHub and Linear by triaging issues and pull requests, linking active work, and keeping GitHub public-facing while Linear remains the internal execution layer. Use when the user wants backlog control, PR triage, or GitHub-to-Linear coordination.

Jamkris/everything-gemini-code · 59 tokens

canary-watch

Post-deploy monitoring and canary health verification.

Jamkris/everything-gemini-code · 13 tokens