Update blog-post-reviewer agent documentation#2784
Conversation
Added documentation for external_url pattern used by interactive calculators and tools: - Optional external_url field for linking to app routes instead of markdown posts - Guidance on concise naming (prefer "calculator" over "comparison") - Best practice to avoid redundant location markers on country-specific sites - Example showing the two-child limit calculator pattern This codifies the pattern we established in PR #2783. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Pull Request Overview
This PR updates the blog-post-reviewer agent documentation to formalize the pattern for interactive tools and calculators. The change reflects a documentation update (patch bump) rather than a new feature.
- Added comprehensive guidelines for interactive tools pattern using
external_urlfield - Documented naming conventions and best practices for calculator-type research tiles
- Included a concrete JSON example demonstrating the interactive tools pattern
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| changelog_entry.yaml | Changed from minor to patch bump and updated description to reflect documentation change |
| .claude/agents/blog-post-reviewer.md | Added new section documenting interactive tools pattern with guidelines and example |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Thank you for this contribution. Closing as part of the If this is still relevant, please consider re-opening it against |
Summary
Updates the
blog-post-revieweragent with documentation for theexternal_urlpattern used by interactive calculators and research tools.Changes
external_urlas optional field in posts.json documentationExample
Codifies the pattern established in #2783 (two-child limit calculator).
🤖 Generated with Claude Code