microsoft / microsoft/Power-CAT-Copilot-Studio-Kit
Feature request: Agent Review Tool - Replace the AI prompt with an inline agent in a Microsoft Copilot Studio workflow for reviews of agents powered by the standard harness
@Ramakrishnan24689 is already working on this.
Since Sep 18, 2026.
- Dominant language
- TypeScript
- Stars
- 450
- Forks
- 95
- Avg merge
- 26m
- Merged PRs (30d)
- 5
Description
Problem statement
Reviews of Microsoft Copilot Studio agents powered by the standard harness use separate AI prompt calls for pattern and instruction checks. This splits the review across independent requests and does not provide one durable, traceable process for the complete review. It can also be difficult to confirm that all required review areas returned valid results before the score is calculated. A prompt-only approach is less suitable when a review needs coordinated reasoning across several areas.
Proposed solution
Replace the separate AI prompt calls with a Microsoft Copilot Studio workflow that uses an inline agent. The inline agent should become the reasoning layer that was previously provided by the standalone prompts. Its instructions can provide the per-run prompt, while the workflow coordinates the review areas, tracks execution, and returns structured results for validation before scoring.
Additional context
No response
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.