# Action

> Execute a small batch of conditional actions only after verifying they are safe and unused.

- Skill: `jibaxzzz/action` (Agent Skill)
- Install (CLI): `npx skillmds@latest add jibaxzzz/action`
- Raw SKILL.md: https://api.skillmd.com/api/skills/jibaxzzz/action/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: jibaxZZZ (https://skillmd.com/u/jibaxzzz)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/jibaxzzz/action

---


## 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.

