process-hygiene

Solid

Clean up orphaned browser/test/dev-server processes safely after test bursts.

AI & Automation 58 stars 15 forks Updated 2 weeks ago MIT

Install

View on GitHub

Quality Score: 85/100

Stars 20%
59
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
39
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

## Context Use after Playwright, browser automation, dev-server, or long-running test sessions. Windows process cleanup must target exact PIDs, never broad process names. ## Patterns - Prefer dry-run inspection first. - Preserve IDE, shell, MCP, database, and intentionally running dev-server processes. - Stop only confirmed orphaned children from the test burst. - Record what was cleaned in the session log if Scribe runs. ## Examples - Safe: identify a specific orphaned Playwright browser PID and stop that PID. - Safe: leave user-launched dev servers running when they are still needed for e2e. ## Anti-Patterns - Do not use name-based killing such as broad `Stop-Process -Name` or `taskkill /IM`. - Do not stop processes owned by another active workflow.

Details

Author
DanWahlin
Repository
DanWahlin/ai-agent-board
Created
6 months ago
Last Updated
2 weeks ago
Language
TypeScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category