feat/insforge-verify-skill - #102
Conversation
…gent own the plan; beta 0.1.0 versioning
…fy loop, branch migration step
… login step, list in AGENTS.md
…ook; Bearer auth, drop versioning section
…e so the RLS isolation probe can't silently false-pass
… JSON instead of an unrunnable placeholder
WalkthroughAdds a new ChangesInsForge Verify skill and cross-references
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
2 issues found across 3 files
Reply with feedback, questions, or to request a fix.
Re-trigger cubic
…il fast instead of silent false-pass), correct BRANCH_URL step ref
| ## 1. Stand up an isolated branch backend | ||
|
|
||
| ```bash | ||
| npx @insforge/cli preview create <name> |
There was a problem hiding this comment.
What's the difference b/w preview and branch?
…in sibling skills
There was a problem hiding this comment.
1 issue found across 5 files (changes from recent commits).
Tip: Review your code locally with the cubic CLI to iterate faster.
Re-trigger cubic
…i on db migrations
…-auth, fixed fore/back split
Note
Add insforge-verify skill for full-stack preview end-to-end verification
insforge-verifyunderskills/insforge-verify/with a SKILL.md manifest covering purpose, usage guidance, test scoping, and known gaps for private preview.Changes since #102 opened
npx @insforge/cli verify,npx @insforge/cli verify truth, andnpx @insforge/cli verify rls --table <t> --owner <col>commands for verifying persistence, backend truth, and cross-user RLS isolation [7246be8]@insforge/cli verify[1a806b7]Macroscope summarized 165a146.
Summary by cubic
Adds the
insforge-verifyskill for pre-ship full‑stack verification by driving your running app in a real browser and cross‑checking DB truth and cross‑user RLS on your linked dev backend; private preview. Docs now default verify to a background subagent so long UI runs don’t block your session.New Features
skills/insforge-verify/SKILL.mdandskills/insforge-verify/references/verify.md: light‑mode runbook — seed two users, point at your running app, drive the scoped UI via@playwright/mcp, confirm persistence withnpx @insforge/cli verify truthand isolation withnpx @insforge/cli verify rls, then clean up.skills/insforge-cli/SKILL.md(verify before deploy),skills/insforge-cli/references/database/access-control.md(RLS probe), andskills/insforge/database/sdk-integration.md(persistence check). Lists the skill inAGENTS.mdwith a light‑mode note; migration steps now usenpx @insforge/cli db migrations up.npx @insforge/cli verify *,mcp__playwright__*), its own browser instance, and a clear foreground/background split; returns JSON findings fromnpx @insforge/cli verify truth/rls.Bug Fixes
verify-aandverify-bas runnable steps; fixes a runbook reference.Written for commit 1a806b7. Summary will update on new commits.
Summary by CodeRabbit
Release Notes