skills/local/cali-post-execution-check/SKILL.md
[Cali] Post-execution verification: double-check all work against the plan, run gap analysis, find edge cases, and identify documentation/tests that need updates. Activate after completing any multi-step task, plan execution, or feature implementation. Triggers: "done", "finished", "completed", "check my work", "verify implementation", "gap analysis", "what did I miss". Also activates automatically after skill execution completes.
npx skillsauth add renatocaliari/agent-sync-public-skills cali-post-execution-checkInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Systematically verify that planned work was executed correctly, completely, and safely.
| Plan Item | Status | Notes |
|-----------|--------|-------|
| Create skill X | ✅ Done | — |
| Update config Y | ⚠️ Partial | Missing validation |
| Delete old file Z | ❌ Skipped | Still exists |
Compile all findings into a structured report:
## Post-Execution Report
### Plan Compliance: X/Y items complete
- ✅ Completed: N items
- ⚠️ Partial: N items
- ❌ Skipped: N items
### Quality Issues: N found
- Critical: N
- Warning: N
- Info: N
### Edge Cases: N identified
- [List edge cases]
### Documentation Updates Needed: N
- [List documentation]
### Test Updates Needed: N
- [List tests]
Always produce a structured report. Use the format above.
| Skill | When to Use |
|---|---|
| cali-skill-validator | After creating/modifying skills |
| cali-agents-md-validator | After modifying AGENTS.md |
| cali-product-testing-execution | After implementing features |
| dogfood | After UI changes |
development
PocketBase v0.39+ development - API rules, auth, collections, SDK, realtime, files, Go/JS extending, deployment, production tuning.
tools
Auto-initialize structured documentation for any project using lat.md (knowledge graph of markdown files with [[wiki links]], // @lat: code refs, and semantic search). Detects cali-product-workflow artifacts (spec-product.md, spec-tech.md, critiques) and uses them as seed material. Falls back to extracting business rules, architecture, and design decisions directly from the codebase. Use when a project lacks structured documentation or when lat.md/ is missing. After seeding, lat.md extension hooks keep documentation alive automatically.
testing
[Cali] Server security audit and hardening for private servers behind Tailscale. Use when: auditing server security, hardening SSH/firewall/Docker, checking for vulnerabilities, setting up fail2ban, reviewing port exposure, or responding to security alerts. Covers 6 layers: CloudFlare, UFW, Tailscale, SSH, Docker, Application. Triggers: "server security", "security audit", "harden server", "SSH hardening", "firewall rules", "UFW config", "fail2ban", "port security", "Docker security", "vulnerability check", "security review".
tools
Run supply chain security scans before installing packages or before releases. Triggers when: user installs a package (npm, pip, go get, brew), user asks to 'scan dependencies', 'check vulnerabilities', 'supply chain', 'security audit', 'run trivy', 'run socket', or before any release/deployment. Also triggers on mentions of: socket.dev, trivy, OSV-scanner, dotenvx, CVE, dependency audit. Covers all four tools with concrete commands.