From claude-pulse
Health check for Claude Pulse — verify dependencies, database, hooks, and recent tracking activity
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-pulse:pulse-doctorThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run a health check to verify Claude Pulse is working correctly.
Run a health check to verify Claude Pulse is working correctly.
Check each of these and report pass/fail:
which jq and which sqlite3 — both must exist~/.claude-pulse/ exists~/.claude-pulse/hook.sh exists and is executable (test -x)~/.claude-pulse/tracker.db exists, run .tables to verify schema includes: sessions, tool_events, daily_summaries, file_activity, insightsSELECT timestamp FROM tool_events ORDER BY timestamp DESC LIMIT 1 — if older than 1 day, warn that hooks may not be firingFormat as a checklist with [ok] or [!!] prefixes. If any issues found, suggest the fix command.
npx claudepluginhub bolivar1234/claude-pulseGuides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.
Dispatches multiple subagents concurrently for independent tasks without shared state. Use when facing 2+ unrelated failures or subsystems that can be investigated in parallel.
2plugins reuse this skill
First indexed Jul 8, 2026