Install
$ agentstack add skill-netanel-abergel-pa-skills-incident-responder ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
Incident Responder
Standardizes failure handling. No more ad-hoc.
Classes
| Class | Trigger | First action | |---|---|---| | cron-failure | cron_health.py reports >26h gap | Run cron manually, capture output | | cron-cascade | detect_cascade() returns true | Suspect shared config; check Vertex proxy first | | gateway-499 | WA gateway 499 disconnect >10min | docker restart ocana-litellm-proxy | | semantic-stale | check_sqlite_freshness() False | Re-run memory_search ingest pipeline | | pa-failure | PA agent error reported | DM owner; do NOT message PA's owner directly |
Procedure (every class)
- Classify using table above
- Diagnose — collect logs (
tools/error_tracker.py log) - Notify — DM the owner ONLY (not the affected PA's owner)
- Mitigate — execute the first action from the table
- Log — append daily-note:
[HH:MM IL] INCIDENT : ; resolved= - Postmortem (if user-visible impact >5min) — create
memory/incidents/YYYY-MM-DD-.md
Anti-patterns
- Do NOT loop trying the same fix twice
- Do NOT tell the PA's owner there's a problem before the owner knows
- Do NOT skip the daily-note log entry
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: netanel-abergel
- Source: netanel-abergel/pa-skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.