返回 Skill 列表
extension
分类: 开发与工程无需 API Key

action

在确认它们是安全且未被使用后,执行一小批有条件的操作。

person作者: jakexiaohubgithub

Intent

Use for small cleanup actions like removing unused deps.

Steps

  1. Verify each target independently (rg search, import checks).
  2. If used, skip with reason.
  3. If unused, execute the action safely.
  4. Report executed vs skipped.

Limits

  • Max 5 items per batch.