.agents/skills/error-tracker/SKILL.md
Monitor application logs and error streams to detect, group, and triage errors by severity and frequency. Automatically creates GitHub issues or Jira tickets for new errors and notifies the on-call team.
npx skillsauth add Greenmamba29/skillsdotmd_web error-trackerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Continuously monitor application logs, exception streams, and error events to detect regressions, group similar errors, prioritize by impact, and route to the right team for resolution.
LOG_SOURCE=cloudwatch|sentry|datadog|file
LOG_GROUP_ARN=arn:aws:logs:us-east-1:123456789:log-group/app
GITHUB_TOKEN=ghp_your_token
SLACK_WEBHOOK_URL=https://hooks.slack.com/services/...
CRITICAL_THRESHOLD=1
HIGH_THRESHOLD=10
Input:
source: sentry
project: skillsdotmd-web
interval: 5_minutes
alert_channel: #ops-errors
create_issues: true
Output:
Error Digest (last 5 min)
New errors: 3
CRITICAL: TypeError: Cannot read property 'id' of undefined (checkout.ts:142) - 47 occurrences
HIGH: 500 error on /api/skills endpoint - 12 occurrences
GitHub issues created: 2
Slack alerts sent: 1 (critical)
Error rate: +23% vs previous 5 min
tools
Automate end-to-end new customer onboarding for SaaS and marketplace platforms. Use when onboarding new customers after signup or contract signing, including account provisioning in CRM (HubSpot/Salesforce), sending personalized welcome email sequences via SendGrid, creating and tracking onboarding checklists, scheduling kickoff calls via Calendly/Cal.com, monitoring customer health scores, and generating time-to-value reports. Triggers on tasks involving new customer setup, onboarding automation, welcome sequences, CSM task assignment, or onboarding health tracking.
development
Migrates Zapier zaps to Make.com scenarios automatically. Use when asked to convert, port, or recreate Zapier workflows in Make.com.
development
Routes, transforms and fans out webhook payloads across multiple services. Use when you need to receive an incoming webhook and dispatch it to multiple downstream endpoints with payload transformation.
tools
| name | description | license | tags | |------|-------------|---------|------| | webapp-testing | Generate and execute comprehensive test suites for web applications. Covers unit, integration, E2E, and visual regression tests. Analyzes application structure to create meaningful test cases with high coverage. | MIT | --- testing qa automation e2e playwright jest | # Webapp Testing ## Overview Generate and execute comprehensive test suites for web applications covering unit, integration, end-t