smithers-approve
SolidApprove a paused approval gate. Auto-detects the pending node if only one exists. Run `smithers approve --help` for usage details.
AI & Automation 338 stars
43 forks Updated today MIT
Install
Quality Score: 85/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# smithers approve
Approve a paused approval gate. Auto-detects the pending node if only one exists.
## Arguments
| Name | Type | Required | Description |
|------|------|----------|-------------|
| `runId` | `string` | yes | Run ID containing the approval gate |
## Options
| Flag | Type | Default | Description |
|------|------|---------|-------------|
| `--node` | `string` | | Node ID (required if multiple pending) |
| `--iteration` | `number` | | Loop iteration number (defaults to the pending gate's iteration) |
| `--note` | `string` | | Approval/denial note |
| `--by` | `string` | | Name or identifier of the approver |
Details
- Author
- smithersai
- Repository
- smithersai/smithers
- Created
- 6 months ago
- Last Updated
- today
- Language
- JavaScript
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
smithers-deny
Deny a paused approval gate. Run `smithers deny --help` for usage details.
338 Updated today
smithersai AI & Automation Solid
smithers-pause
Gracefully pause a run: stop scheduling new tasks, let in-flight tasks finish, then park it resumably. Run `smithers pause --help` for usage details.
338 Updated today
smithersai AI & Automation Solid
smithers-ask-human
Raise a blocking human-approval request from inside a run and wait for the decision. Use when blocked, uncertain, or about to do something irreversible — never guess. Run `smithers ask-human --help` for usage details.
338 Updated today
smithersai