Conversation
Entire-Checkpoint: ea560cc631ef
PR SummaryLow Risk Overview Shifts Phase 1 output from a generic compatibility report to a required agent-specific Refocuses Phase 2 ( Written by Cursor Bugbot for commit ee048ec. Configure here. |
There was a problem hiding this comment.
Pull request overview
Updates the agent-integration skill documentation to standardize around an E2E-first TDD workflow, with a single-source-of-truth agent one-pager (AGENT.md) feeding the runner and implementation phases.
Changes:
- Refocused the test-writer phase on creating only an E2E agent runner (no new scenarios / no unit tests).
- Reworked the researcher phase to output a structured
AGENT.mdone-pager for downstream phases. - Rewrote implementer guidance to enforce E2E-first development with unit tests written last.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 10 comments.
| File | Description |
|---|---|
| .claude/skills/agent-integration/test-writer.md | Shifts phase to “runner only” and adds compile/registration verification steps. |
| .claude/skills/agent-integration/researcher.md | Replaces feasibility report output with a persisted AGENT.md one-pager template. |
| .claude/skills/agent-integration/implementer.md | Introduces strict E2E-tier workflow and consolidates unit tests into the final step. |
| .claude/skills/agent-integration/SKILL.md | Updates skill description, parameter derivation guidance, and E2E-first TDD rule set. |
…meter - Fix single-dash `-agent` to double-dash `--agent` in implementer.md - Fix `test:e2e:$SLUG` colon syntax to `test:e2e --agent $SLUG` in implementer.md and test-writer.md - Clarify Step 3's `mise run test` is a compile-only sanity check - Fix "Step 13" → "Step 14" cross-reference in output section - Add missing `AGENT_SLUG` parameter to SKILL.md parameter table Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Entire-Checkpoint: 17a7922e66f6
Summary
Test plan
/agent-integrationskill triggers correctly with updated SKILL.md🤖 Generated with Claude Code