Describe the business job this capsule performs and the situations where an
agent is allowed to call it.
SOP
Validate that the request contains enough context to make a decision.
Apply policy limits before returning an approval.
Return a structured rejection when approval is missing or the request is out
of scope.
Keep the final decision auditable.
Required Context
order_id
amount
reason
customer_tier
manager_approval_id when policy requires escalation
Prohibited Behavior
Do not move money or trigger external side effects from this template.
Do not approve requests that violate the local policy.
Do not treat stdout as the business result.
Do not add package-manager dependencies for this starter capsule.
Recovery Guidance
If the action returns a policy error, ask for the missing approval or context
instead of retrying blindly.
1---2name: js3description: {{name}} Skill4---5# {{name}} Skill67## Purpose89Describe the business job this capsule performs and the situations where an10agent is allowed to call it.1112## SOP13141. Validate that the request contains enough context to make a decision.152. Apply policy limits before returning an approval.163. Return a structured rejection when approval is missing or the request is out17 of scope.184. Keep the final decision auditable.1920## Required Context2122- `order_id`23- `amount`24- `reason`25- `customer_tier`26- `manager_approval_id` when policy requires escalation2728## Prohibited Behavior2930- Do not move money or trigger external side effects from this template.31- Do not approve requests that violate the local policy.32- Do not treat stdout as the business result.33- Do not add package-manager dependencies for this starter capsule.3435## Recovery Guidance3637If the action returns a policy error, ask for the missing approval or context38instead of retrying blindly.
Run npx skillmds@latest add iiwish/js in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
{{name}} Skill It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
iiwish (@iiwish) published this skill. Their other Agent Skills are listed on their SkillMD profile.