Document reusable agent workflows#15
Conversation
|
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: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (6)
📝 WalkthroughWalkthroughThis PR establishes a structured guidance framework for agent-managed repository workflows. It adds a reference section to AGENTS.md, defines portable procedures and validation matrices in a new AGENT_WORKFLOWS.md document, and introduces four specialized workflow prompts for common tasks: dependency security updates, documentation-only changes, lint cleanup, and standard PR lifecycle management. ChangesAgent Workflow Guidance System
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ 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.
Pull request overview
Adds a centralized, portable set of reusable AI-agent Git/PR procedures and scoped prompt templates, and updates the canonical agent guidance to reference them (keeping policy vs. procedure separated).
Changes:
- Introduces
AGENT_WORKFLOWS.mdwith standardized workflow modes, stop-gates, validation matrix, and reporting templates. - Adds reusable prompt templates under
prompts/agent-workflows/for common PR lifecycle scenarios (PR lifecycle, lint cleanup, docs-only, dependency security update). - Updates
AGENTS.mdto point agents toAGENT_WORKFLOWS.mdfor repeatable procedures without duplicating content.
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| prompts/agent-workflows/pr-lifecycle.md | Adds a scoped, repeatable PR lifecycle prompt template with explicit safety gates. |
| prompts/agent-workflows/lint-cleanup.md | Adds a focused lint-cleanup workflow template with baseline capture and validation steps. |
| prompts/agent-workflows/docs-only-change.md | Adds a docs-only workflow template emphasizing scope control and optional build validation. |
| prompts/agent-workflows/dependency-security-update.md | Adds a dependency security update template enforcing Bun-only and strict scope isolation. |
| AGENTS.md | Adds a reference section that directs agents to AGENT_WORKFLOWS.md for reusable procedures. |
| AGENT_WORKFLOWS.md | Adds the centralized workflow procedures, validation matrix, and PR/report templates. |
Summary
Validation
Notes
Summary by CodeRabbit