Add Skill: conditional-request-review

Extracted from: https://github.com/jwwelbor/AgentMap.git
Score: 1.0
This commit is contained in:
Hermes Pipeline
2026-08-08 23:16:19 +00:00
parent 271f79610d
commit c7d5e2092d
5 changed files with 102 additions and 0 deletions
@@ -0,0 +1,10 @@
# Examples: conditional-request-review
## Usage Example
```python
# How to use this skill
# Inputs: request
# Process: Start: input agent prompts user for request and stores it in state field 'request' → Classify: branching agent evaluates 'request' and routes to Approve on success or Reject on failure, storing 'decision' → Approve: default agent formats approval message using 'request' and stores it in 'result'
# Outputs: result (string message indicating approval or rejection)
```