# Rules Executor

> 规则执行（人类应用示例）：根据 plan 产出 result.json，并用 shell_exec 做最小 QA。

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

---


# rules_executor（app / Execute）

## 目标

- 生成 `result.json`
- 使用 `shell_exec` 做最小确定性 QA（结构断言）

## 推荐工具

- `shell_exec`


