Update blog-post-reviewer agent documentation#2784
Open
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.
|
Contributor
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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