twining-verify
SolidRuns pre-completion verification — checks unresolved warnings, decision hygiene, and drift. Recommended for complex tasks; for simple tasks a status post via twining_post is sufficient.
AI & Automation 7 stars
3 forks Updated 6 days ago MIT
Install
Quality Score: 81/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Twining Verify — Pre-Completion Verification
For complex tasks (multi-file changes, architectural decisions, long sessions), verify your work against Twining's coordination state. For simple tasks, posting a `status` entry via `twining_post` is sufficient.
> **Note:** `twining_verify` requires `tools.full_surface: true` in config. If not available, post a `status` entry via `twining_post` summarizing what you did.
## When to Invoke
- Complex multi-file changes with architectural decisions
- Before handing off work to another agent on a large task
- Before creating a pull request with significant changes
- When you want to check for decision drift or unresolved warnings
## Workflow
### 1. Run Verification
Call `twining_verify` with:
- `scope`: The area you worked on (e.g., `"src/auth/"`)
- `checks`: Array of checks to run. Include all relevant ones:
- `"test_coverage"` — Are decisions backed by `tested_by` relations?
- `"warnings"` — Are all warnings acknowledged or resolved?
- `"assembly"` — Were decisions made after assembling context (not "blind")?
- `"drift"` — Has code drifted from decision intent?
- `"constraints"` — Do checkable constraints still pass?
### 2. Interpret Results
Each check returns a status:
**`pass`** — No issues found. Proceed.
**`warn`** — Issues exist but aren't blocking:
- Uncovered decisions (no `tested_by` relation) — consider adding test links
- Blind decisions (made without `twining_assemble`) — acknowledge or re-verify
- Mi...
Details
- Author
- daveangulo
- Repository
- daveangulo/twining-mcp
- Created
- 6 months ago
- Last Updated
- 6 days ago
- Language
- TypeScript
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
twining-review
Reviews pre-commit state — verifies all significant decisions are recorded and traces decision coverage. Use before creating git commits to ensure Twining completeness.
7 Updated 6 days ago
daveangulo AI & Automation Listed
verify
Verifying work completeness before declaring done. Use before marking tasks complete, creating PRs, or claiming task status as done.
24 Updated 2 weeks ago
rmzi AI & Automation Listed
verify-work
Use before claiming any task is done, complete, or fixed. A final verification pass that catches unverified claims, unintended changes, and leftover debris before reporting to the user.
1 Updated 5 days ago
suleymanbyzt