error-tracking-auditlisted
Install: claude install-skill nolte/claude-shared
# Error Tracking Audit
Audit an application's error-tracking wiring against the portfolio contract, produce a severity-classified audit artifact, and hand the gaps to a specialist as an implementation plan. The `audit` operation reports; the `plan` operation turns the findings into specialist-mapped work packages. **There is no mechanical `apply`** — SDK bootstrap, tagging, and scrubbing wiring are real code changes, so remediation is a plan a specialist implements, not an in-place rewrite.
Implements `spec/project/error-tracking/`, which defines the six-capability tool class, the tool-neutral integration contract, the three lifecycle phases with their differing mandates, and the operating duties. This skill owns policy, severity, the report, and the handover; detection belongs to the `error-tracking-audit-scanner` agent.
Delimitation, mirroring the spec's own: `observability-audit` (`spec/project/monitoring-observability/`) owns the four telemetry pillars, the browser error-listener floor, the third-party floor, and the cardinality and PII-redaction guardrails; this skill owns the **error-tracking tool layer** those events land in. `gdpr-data-protection-reviewer` owns the PII-class definition and the leak verdict — here only *that* scrubbing is wired is checked. `api-error-check` owns the error *response* contract an API returns to clients. `workflow-health-triage` owns red CI runs; the tracker watches running applications, not pipelines. The spec's SDK-currency MUST (tra