Skip to content

Commit f10b053

Browse files
authored
Merge pull request #79 from jwm4/feature/improve-pr-skill
fix(bugfix): improve PR skill reliability and reduce redundancy
2 parents f67d7c7 + 3084835 commit f10b053

File tree

2 files changed

+189
-155
lines changed

2 files changed

+189
-155
lines changed

AGENTS.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,20 @@ Use the "Custom Workflow" feature to test without merging to main:
318318
3. Enter the repo URL, your branch name, and path
319319
4. Test the workflow end-to-end
320320

321+
### Custom Workflow Fields
322+
323+
When loading a custom workflow in ACP, you need three fields:
324+
325+
| Field | Value |
326+
|-------|-------|
327+
| **URL** | The fork's git URL (e.g., `https://github.com/YOUR-USERNAME/workflows.git`) |
328+
| **Branch** | The branch with your changes (e.g., `feature/my-changes`) |
329+
| **Path** | The workflow directory relative to the repo root (e.g., `workflows/bugfix`) |
330+
331+
**After creating a PR for a workflow change, always report these three fields
332+
to the user** so they can immediately test the changes without having to look
333+
them up.
334+
321335
---
322336

323337
## Submitting Pull Requests

0 commit comments

Comments
 (0)