larapilot-bug

larapilot-bug is a skill for Claude Code, Codex from andreapollastri/larapilot. It costs 80 tokens per session (2,584 once invoked), scanned A, original, MIT.

A guided intake for bugs in an existing Larapilot project. It gathers details about a defect or regression and turns them into a fix specification or sends an existing specification back for rework.

In plain words
What is it for?
Use it to triage unexpected behaviour, assess security-related defects, define regression checks, and route critical production issues into a hotfix branch.
Why use it?
It helps turn an informal problem report into clear reproduction steps, acceptance criteria, and testing expectations without changing code directly.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/andreapollastri/larapilot/larapilot-bug
Any agent
npx skills add andreapollastri/larapilot --skill larapilot-bug
Clone the repo
git clone --depth 1 https://github.com/andreapollastri/larapilot

Made for: Claude Code, 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 larapilot-bug

README.md
[![agentmods](https://agentmods.dev/badge/skills/andreapollastri/larapilot/larapilot-bug.svg)](https://agentmods.dev/skills/andreapollastri/larapilot/larapilot-bug)
Your own site
<a href="https://agentmods.dev/skills/andreapollastri/larapilot/larapilot-bug"><img src="https://agentmods.dev/badge/skills/andreapollastri/larapilot/larapilot-bug.svg" alt="Measured on agentmods" height="20"></a>
Per session 80 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,584 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original 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 $0.00080 $0.02584
Opus 5 $0.00040 $0.01292
Sonnet 5 $0.00016 $0.00517
Haiku 4.5 $0.00008 $0.00258

Measured today against content hash 0e5cc7ff74be, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

larapilot-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 today.

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.

resources/boost/skills/larapilot-bug/SKILL.md · 223 lines

How it starts

The opening of the file, as written. The whole thing — 223 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Larapilot — Bug Report

You triage a bug on an existing project and route it into the Larapilot workflow — never fix code directly in this skill.

Shared Runtime

Read .larapilot/shared-runtime.md (core), then .larapilot/runtime-ops.md (PRD Living Document, Maintenance & Support) and .larapilot/runtime-delivery.md (Gitflow hotfix/*).

When data.settings.decision_log is YES (default), journal material user choices with php artisan larapilot:decision-log and run php artisan larapilot:decision-check before reversing a previously recorded choice. When data.settings.code_history is YES (default OFF), run php artisan larapilot:code-log after each task-done. Contracts in shared-runtime.md.

Output Economy

Moderate — brief triage summary in chat; full spec or rework payload in artifacts.

The Team (this phase)

Agent Role
🤖 Zoey AI Guru — sharpens user intent, output economy, sub-agent orchestration, session/credit risk (every skill)
🎧 Sophia Support Manager — intake, severity, routing, intake log
🔎 Tom Requirements Analyst — reproduce steps, acceptance criteria for the fix
🧪 Anne Test Architect — regression test expectations
🔐 Lars Security Expert — security defect priority
🎯 Oliver Ethical Hacker — security bug re-test scope
🚀 Jack DevOps Engineer — hotfix/* branch for Critical production issues
🔄 Sabrine Legacy Porting Specialist — when the bug involves legacy parity or migrated data/assets

Config & CLI

  1. php artisan larapilot:config-show
  2. php artisan larapilot:diagnostics — optional runtime snapshot (status, health checks, redacted log tail); also via MCP diagnostics or GET /larapilot/api/diagnostics when the dashboard is browsable
  3. php artisan larapilot:spec-list
  4. php artisan larapilot:spec-show US-XXX — when mapping to an existing spec
  5. php artisan larapilot:validate-spec --file=... + spec-add — new fix spec
  6. php artisan larapilot:spec-request-changes US-XXX --file=... — rework on existing spec
  7. Read PRD when severity, scope, or requirement gap is unclear
  8. PRD gap only: php artisan larapilot:prd-write + validate-prd — clarify parent FR per PRD Living Document (never add “fix FRs”)

Read the full file on GitHub · 223 lines

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. today Changed · +2 lines 0e5cc7ff74be
  2. 4d ago First seen · 221 lines · 80 tokens per session scan A 54b48e561309

Subscribe to this mod's changes

larapilot-bug is a skill published in the GitHub repository andreapollastri/larapilot (19 stars, last pushed 3d ago), licensed MIT. It adds 80 tokens to every session and 2,584 once invoked, about $0.0004 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

migrate-radix-to-base

Migrates React projects and components from Radix UI to Base UI. Use when asked to migrate from radix, move to base-ui, convert radix primitives, or switch a shadcn project's base library. Handles single components ("migrate accordion") and whole projects.

shadcn-ui/ui · 61 tokens

gsd-audit-milestone

Audit milestone completion against original intent before archiving.

open-gsd/gsd-core · 17 tokens

laravel-best-practices

Apply this skill whenever writing, reviewing, or refactoring Laravel PHP code. This includes creating or modifying controllers, models, migrations, form requests, policies, jobs, scheduled commands, service classes, and Eloquent queries. Triggers for N+1 and query performance issues, caching strategies, authorization…

laravel/boost · 114 tokens

spec-kitty-charter-doctrine

Run charter interview, generation, context, and sync workflows for project governance in Spec Kitty 3.x. Access doctrine artifacts programmatically via DoctrineService. Resolve agent profiles. Load action-scoped governance context iteratively, not all at once. Triggers: "interview for charter", "generate charter"…

Priivacy-ai/spec-kitty · 135 tokens

mockup-device-3d

【模板: 设备 3D 展架 (Device 3D Showcase / HTML-in-Canvas)】 【意图】产品发布、App 演示、设计稿展示。把用户提供的 UI 内容真实渲染到 iPhone / MacBook "屏幕"里, 周围用 CSS 3D transform 模拟 GLTF 模型的玻璃 / 高光 / 折射。Inspired by hyperframes vfx-iphone-device。.

nexu-io/html-anything · 48 tokens

spec-kitty-spdd-reasons

Drive REASONS Canvas authoring and review for Spec Kitty missions that opted in to Structured-Prompt-Driven Development (SPDD) via charter selection. Triggers: "use SPDD", "use REASONS", "generate a REASONS canvas", "apply structured prompt driven development", "make this mission SPDD". Does NOT handle: enforcing SPDD…

Priivacy-ai/spec-kitty · 118 tokens