full-stack-incident-analyst

full-stack-incident-analyst is a skill for Codex from Mallikarjun-Roddannavar/playwright-agentic-automation. It costs 97 tokens per session (1,108 once invoked), scanned A, original, MIT.

A workflow for investigating general web-application incidents using evidence from the interface, code, APIs, data, logs, browser recordings, screenshots, and tests. An incident is a reported problem or unexpected behavior in a running application.

In plain words
What is it for?
Use it to investigate failing requests, broken UI flows, test failures, and incidents involving frontend, backend, configuration, or data.
Why use it?
It traces a failure across the full application and separates confirmed evidence from assumptions before recommending a fix.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: installed under .agents/ (shared by several agents); mentions AGENTS.md.

Good fit Use it to investigate failing requests, broken UI flows, test failures, and incidents involving frontend, backend, configuration, or data.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/mallikarjun-roddannavar/playwright-agentic-automation/full-stack-incident-analyst
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 Mallikarjun-Roddannavar/playwright-agentic-automation --skill full-stack-incident-analyst
Clone the repo
git clone --depth 1 https://github.com/Mallikarjun-Roddannavar/playwright-agentic-automation

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 full-stack-incident-analyst

README.md
[![agentmods](https://agentmods.dev/badge/skills/mallikarjun-roddannavar/playwright-agentic-automation/full-stack-incident-analyst/github.svg)](https://agentmods.dev/skills/mallikarjun-roddannavar/playwright-agentic-automation/full-stack-incident-analyst)
Your own site
<a href="https://agentmods.dev/skills/mallikarjun-roddannavar/playwright-agentic-automation/full-stack-incident-analyst"><img src="https://agentmods.dev/badge/skills/mallikarjun-roddannavar/playwright-agentic-automation/full-stack-incident-analyst/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 full-stack-incident-analyst

Your own site · 80×15
<a href="https://agentmods.dev/skills/mallikarjun-roddannavar/playwright-agentic-automation/full-stack-incident-analyst"><img src="https://agentmods.dev/badge/skills/mallikarjun-roddannavar/playwright-agentic-automation/full-stack-incident-analyst.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 97 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,108 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 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.1 $0.00097 $0.01108
Opus 5 $0.00048 $0.00554
Sonnet 5 $0.00019 $0.00222
Haiku 4.5 $0.00010 $0.00111

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

Security

Grade A, and why

full-stack-incident-analyst 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 10d ago.

The scan reads SKILL.md. This mod also ships 5 executable files (scripts/build_source_index.py, scripts/ensure_source_index.py, scripts/query_source_index.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

.agents/skills/full-stack-incident-analyst/SKILL.md · 84 lines

How it starts

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

Full-Stack Incident Analyst

Work from the repository root. Prefer repository and supplied runtime evidence over assumptions. Keep product-specific facts out of reusable guidance.

Mandatory preflight

  1. Read every applicable AGENTS.md and repository-local skill before editing.
  2. Inventory the repository and named incident artifacts. Start from exact user-named paths.
  3. Run python <skill>/scripts/ensure_source_index.py --repo . --quiet.
  4. If the index is unavailable, do not query it. Continue with capped smart_rg.py searches and exact read_slice.py verification.

Use the skill directory that contains this file for <skill>.

Select a mode

Begin every response with exactly one line:

  • Selected mode: Focused Evidence Answer for a narrow lookup, one failing request, one UI state, one test failure, or an explicit no-RCA request.
  • Selected mode: Strict Full Evidence RCA for final root cause, classification, closure/support wording, complete validation, a fix recommendation, or implementation.

Focused mode must not claim final RCA, final classification, closure wording, or a definitive fix. Strict mode must list material evidence gaps and use Needs more evidence when a missing class could change the conclusion.

Route references

Load only the references needed for the request:

Need Load
Investigation, cross-layer tracing, implementation references/incident-workflow.md
HAR, logs, screenshots, recordings, ticket text, DevTools references/artifact-playbooks.md
Fix recommendation or code/config/test changes references/fix-guidance.md
Focused answer, strict RCA, or completion report references/output-contracts.md
Skill maintenance or behavior evaluation references/evaluations.md

Bounded discovery

Use this order and expand only when evidence remains insufficient:

  1. Query a known symbol, label, endpoint, test ID, error, or route: python <skill>/scripts/query_source_index.py "<term>" --repo . --compact --limit 8.
  2. Add --edges to trace imports, HTTP calls, routes, or test-ID definitions/usages.
  3. Verify the best candidate immediately: python <skill>/scripts/read_slice.py <file> --around "<anchor>" --context 12 --max-matches 2.
  4. If absent or ambiguous, use: python <skill>/scripts/smart_rg.py "<pattern>" . --max-files 6 --max-lines-per-file 3.
  5. Use raw rg only after the index and capped search are insufficient.

Read the full file on GitHub · 84 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. 10d ago First seen · 84 lines · 97 tokens per session scan A c26d8122ccb5

Subscribe to this mod's changes

full-stack-incident-analyst is a skill published in the GitHub repository Mallikarjun-Roddannavar/playwright-agentic-automation (11 stars, last pushed 4d ago), licensed MIT. It adds 97 tokens to every session and 1,108 once invoked, about $0.0005 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-31.

Related

Other skills, from other repositories

neuron-debugger

Debug and monitor Neuron AI applications with Inspector APM, event observability, logging, and performance analysis. Use this skill whenever the user mentions debugging, monitoring, observability, performance analysis, tracing, Inspector, or needs to understand why an agent is behaving a certain way. Also trigger for…

neuron-core/neuron-ai · 90 tokens

agent-identity

Verify an agent's live address and billing account before sharing a chat link, diagnosing a deploy mismatch, or deciding why two hosts share an identity.

openonion/connectonion · 33 tokens

data-fetching

Use when implementing or debugging ANY network request, API call, or data fetching. Covers fetch API, axios, React Query, SWR, error handling, caching strategies, offline support.

Intelligent-Internet/ii-agent · 41 tokens

decision-table

Use when the user wants a code-grounded decision table for current behavior, wants to compare current behavior against a plan or work item, or needs a control-flow artifact for recovery, retry, finalization, validation, state-machine, or review-heavy edge cases.

closedloop-ai/claude-plugins · 55 tokens

code-search

Search a codebase efficiently with ripgrep regular expressions, file globs, and git history search. Use to locate symbols, usages, and definitions instead of reading whole files.

agentscope-ai/agentscope-java · 38 tokens

security-review

Review flows, code paths, and configuration with a bias toward real exploit paths and practical mitigations.

aaronnat23/disp8ch · 0 tokens