Quality-control pass for TML outputs. Reviews Map, Inferences, Changelog, So What, and optional Agent Brief for consistency, provenance completeness, ambiguity, and actionability before sharing. Part of the TML capture pipeline — runs last, after tml-so-what. Final gate before sharing with stakeholders.
Run this skill after a mapping session and before sharing outputs with stakeholders.
The goal is not to rewrite everything. The goal is to catch drift, contradictions, weak provenance, and vague recommendations while fixes are still cheap.
tml-capture completesProvide:
If any artifact is missing, flag it as a blocker.
Confirm all required sections are present and non-empty.
Find contradictions between documents.
Check whether claims trace to a source.
Reject generic recommendations.
Ensure outputs are clear for non-technical stakeholders.
Return one hygiene report:
# Hygiene Report: [Scope Name]
## Status
- PASS | PASS WITH FIXES | BLOCKED
## Findings
1. [Severity: High/Med/Low] [Issue]
- Where: [artifact + section]
- Why it matters: [impact]
- Fix: [specific edit]
## Missing Inputs
- [any missing artifacts]
## Fast Fixes (Do Now)
1. [highest impact quick fix]
2. [next fix]
3. [next fix]
## Ready To Share
- Yes/No
- If no, what remains:
- [list]
v1.0 — quality gate for release readiness and stakeholder confidence.
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer