convex-improve-convex-plugin

Submits coding session transcripts to the Convex review endpoint for post-mortem analysis.

Updated Sep 17, 2026
One-click install
npx skills add https://github.com/Tehzeeb07/CodeRush --skill convex-improve-convex-plugin-tehzeeb07
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: convex-improve-convex-plugin
Source: https://github.com/Tehzeeb07/CodeRush/tree/main/.agents/skills/convex-improve-convex-plugin
Command: npx skills add https://github.com/Tehzeeb07/CodeRush --skill convex-improve-convex-plugin-tehzeeb07

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Convex quickstart maintainers lack visibility into where AI coding agents get stuck during onboarding sessions, making it hard to improve runbooks, bootstrap scripts, and skills based on real usage. ## Core Features & Use Cases - Transcript Submission: Sends the current Claude/Codex session transcript (.jsonl) to the anteater POST /review endpoint via a curl-piped helper script. - Consent Management: Enforces an opt-in flow where the user must explicitly choose Always, Just this once, or Never before any transcript is uploaded. - Structured Findings: Returns categorized findings (ambiguous instructions, agent-stuck patterns, tooling failures, wins) with severity, target, and suggested fixes. - Use Case: After finishing a Convex quickstart session, run this Skill to share the transcript so the Convex team receives an AI post-mortem identifying which instructions confused the agent. ## Quick Start Ask the assistant to send this session's transcript to Convex for review and summarize the highest-severity findings.

Frequently Asked Questions about convex-improve-convex-plugin

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I share my coding session transcript with Convex?▼

Run the anteater-served helper via curl with a one-line app idea, and it uploads the session transcript to the POST /review endpoint. If it prints CONSENT_REQUIRED, choose Always, Just this once, or Never before anything is sent.

What does the Convex transcript review return?▼

The review returns structured findings including ambiguous instructions, agent-stuck patterns, tooling failures, and wins. Each finding includes a title, target (runbook, bootstrap script, skills, or components), and a suggested fix.

Is my consent required before sending a transcript?▼

Yes, sharing is strictly opt-in. The helper exits with CONSENT_REQUIRED until you explicitly choose Always, Just this once, or Never, and it remembers your choice for future sessions.

Are API keys and secrets safe when sharing transcripts?▼

The helper script redacts keys and tokens before uploading the transcript. The summarized findings focus on system behavior rather than user data, and raw secrets are never pasted back.

Why does the script report REVIEW_NO_TRANSCRIPT?▼

REVIEW_NO_TRANSCRIPT means no Claude or Codex .jsonl session file was found on the machine. Verify you ran a supported coding agent session before invoking the helper.