.codex/skills/kill-process/SKILL.md
지정한 포트에서 실행 중인 프로세스를 찾아 종료합니다.
npx skillsauth add Mineru98/skills-store kill-processInstall 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.
$ARGUMENTS: 포트 번호 (하나 또는 여러 개, 공백/쉼표로 구분. e.g. 3000 또는 3000 8080 5173)
$ARGUMENTS에 지정된 각 포트에서 실행 중인 프로세스를 찾아서 종료해줘.
다음 순서로 각 포트마다 진행해:
lsof -ti :<port> 명령으로 해당 포트를 사용하는 프로세스 PID를 찾아줘kill -9 <PID> 로 프로세스를 종료해줘여러 포트가 지정된 경우 각 포트의 결과를 개별적으로 보고해줘.
tools
Use when browser automation, web testing, screenshots, form filling, scraping, or page interaction is needed. Prefer Codex Playwright browser tools for navigation, clicking, typing, screenshots, tabs, and waiting. Fall back to the local `playwright-cli` command when CLI-based browser control or artifact files are specifically useful.
tools
변경된 파일을 기능별로 그룹화하여 커밋 생성
development
Guide for defining and using Claude subagents effectively. Use when (1) creating new subagent types, (2) learning how to delegate work to specialized subagents, (3) improving subagent delegation prompts, (4) understanding subagent orchestration patterns, or (5) debugging ineffective subagent usage.
tools
Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, test web applications, or extract information from web pages.