Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions .claude/skills/create-agentic-workflow/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ imports:
- gh-aw-fragments/formatting.md
- gh-aw-fragments/rigor.md
- gh-aw-fragments/mcp-pagination.md
- gh-aw-fragments/messages-footer.md
- gh-aw-fragments/safe-output-<type>.md
engine:
id: copilot
Expand All @@ -96,11 +95,6 @@ on:
type: string
required: false
default: ""
messages-footer:
description: "Footer appended to all agent comments and reviews"
type: string
required: false
default: ""
secrets:
COPILOT_GITHUB_TOKEN:
required: true
Expand Down Expand Up @@ -135,7 +129,7 @@ steps:
---
```

Follow the frontmatter with the agent prompt in markdown. The imported fragments provide formatting guidelines, rigor standards, MCP pagination tips, safe-output limitations, and the message footer note — so you don't need to repeat those. Structure the workflow-specific prompt as:
Follow the frontmatter with the agent prompt in markdown. The imported fragments provide formatting guidelines, rigor standards, MCP pagination tips, and safe-output limitations, so you don't need to repeat those. Structure the workflow-specific prompt as:
1. **Role statement** — who the agent is and what it does
2. **Data gathering** — what to read, search, or fetch
3. **Analysis** — what to look for, how to evaluate findings
Expand Down
33 changes: 11 additions & 22 deletions .github/workflows/gh-aw-docs-issue-scope.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 0 additions & 6 deletions .github/workflows/gh-aw-docs-issue-scope.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ imports:
- gh-aw-fragments/formatting.md
- gh-aw-fragments/rigor.md
- gh-aw-fragments/mcp-pagination.md
- gh-aw-fragments/messages-footer.md
- gh-aw-fragments/safe-output-add-comment.md
engine:
id: copilot
Expand All @@ -27,11 +26,6 @@ on:
type: string
required: false
default: ""
messages-footer:
description: "Footer appended to all agent comments and reviews"
type: string
required: false
default: ""
secrets:
COPILOT_GITHUB_TOKEN:
required: true
Expand Down
Loading
Loading