feat(web): job-intent play for /agents/code-reviewer - #63
Conversation
Shorten the registry description, override the metadata title for this slug only, and add a single H1 lede on /agents/code-reviewer. Co-authored-by: Tommaso <tommaso.carnemolla@gmail.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review. WalkthroughThe code-reviewer agent now has a fixed metadata title and a job-intent lede. The agent detail page renders the lede. Tests cover the special behavior, and the registry describes pull-request review. ChangesCode reviewer presentation
Estimated code review effort: 2 (Simple) | ~10 minutes Merge Risk: ⚪ Minimal · up to This PR makes a localized change to the code-reviewer page’s title, description, and lede while preserving the install command and behavior for other agents. No actionable merge-blocking risk remains after normal checks and review. Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ 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.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 2520214e1d
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Advance meta.updatedAt so OG modifiedTime, JSON-LD dateModified, the visible Updated date, and sitemap lastModified reflect the revision. Co-authored-by: Tommaso <tommaso.carnemolla@gmail.com>
Summary
Scoped job-intent play for
/agents/code-revieweronly:items[0].descriptioninregistry/code-reviewer/registry.jsonwith the shorter Eve PR-review sentence (title/name/slug unchanged).getAgentMetadataTitlereturnsEve PR review agent - install @evex/code-reviewerfor slugcode-revieweronly; other slugs keep name-based budget logic.PR review agent for Eve.for this slug only viagetAgentJobIntentLede.Hard constraints respected: URL/slug unchanged, Copy command button/label unchanged, install command stays
npx shadcn@latest add @evex/code-reviewer, no CTA helper under Copy command, homepage hero and home SEO title untouched, other agents untouched.Test plan
/agents/code-reviewerand confirm<title>isEve PR review agent - install @evex/code-reviewer · evexPR review agent for Eve.npx shadcn@latest add @evex/code-reviewerand button labelCopy command(no Inspect/Writes/Adds helper)/agents/eve-agent-builder) and confirm title still follows{name} - install @evex/{slug}and no code-reviewer lede@evex/code-reviewerand home SEO title is unchangedpnpm exec vitest run tests/agent-detail.test.ts(fromapps/web) — 62 tests passedEvidence
Summary by CodeRabbit
New Features
Documentation
Bug Fixes