[agents] Add custom GitHub Copilot agent for blog post creation#7139
[agents] Add custom GitHub Copilot agent for blog post creation#7139leecalcote merged 6 commits intomasterfrom
Conversation
Co-authored-by: leecalcote <7570704+leecalcote@users.noreply.github.com>
Co-authored-by: leecalcote <7570704+leecalcote@users.noreply.github.com>
|
… target audience Co-authored-by: leecalcote <7570704+leecalcote@users.noreply.github.com>
Updated the blog-writer agent to address both requirements:
The agent now includes audience-focused content guidelines that address real-world challenges faced by platform teams and operators, balancing technical depth with accessibility across experience levels. Changes committed in f5da9d0. |
|
@copilot, use "Layer5 Team" as the default byline. |
Co-authored-by: leecalcote <7570704+leecalcote@users.noreply.github.com>
Set "Layer5 Team" as the default author byline throughout the agent configuration:
Changes committed in a74f3f0. |
Description
This PR fixes #4914
Implements a custom GitHub Copilot agent (
blog-writer) that automates Layer5 blog post creation with complete adherence to site conventions and SEO best practices.Implementation
Created
.github/agents/directory with:blog-writer.yml (485 lines) - Agent configuration including:
README.md (165 lines) - Agent directory overview, usage patterns, troubleshooting, with AI model and audience configuration details
USAGE_EXAMPLES.md (342 lines) - 6 detailed scenarios (feature announcements, tutorials, community spotlights, technical deep dives, event recaps, how-tos) with audience context
QUICK_REFERENCE.md (175 lines) - Single-page lookup table for tags, categories, components, CSS classes, with agent configuration section and default author specification
Updated
AGENTS.mdwith custom agent section including AI model configuration and complete target audience definition.Usage
Agent automatically handles:
Notes for Reviewers
All 9 requirements from issue satisfied:
Additional enhancements:
YAML syntax validated. No security issues (CodeQL).
Signed commits
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.