向进程发送信号
4.9
Rating
0
Installs
Backend Development
Category
This skill documents Swoole's process signal sending functionality (swoole_process::kill). The description is somewhat minimal but the SKILL.md provides clear syntax, parameter explanation, and importantly includes context about zombie process prevention with a code example. Structure is good for a single-function skill. However, novelty is limited as this is essentially a wrapper around POSIX kill functionality that a CLI agent could invoke directly or research easily. The task knowledge is adequate with practical examples of signal handling and process reaping, though the description itself could be more detailed about use cases and return values.
Loading SKILL.md…