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
18 changes: 9 additions & 9 deletions .github/aw/experiments.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ experiments:

{{#if experiments.prompt_style == "concise" }}
Summarise the findings in ≤ 5 bullets.
{{else}}
{{#else}}
Provide a detailed analysis with reasoning for each finding.
{{/if}}
{{#endif}}
```

### Naming Rules
Expand All @@ -67,9 +67,9 @@ The selected variant is injected into the prompt in two ways:
```markdown
{{#if experiments.tone == "formal" }}
Use formal, professional language throughout the report.
{{else}}
{{#else}}
Use a friendly, conversational tone.
{{/if}}
{{#endif}}
```

### 2 — Direct interpolation
Expand Down Expand Up @@ -149,9 +149,9 @@ experiments:
```markdown
{{#if experiments.tool_scope == "narrow" }}
Only use the `issues` and `pull_requests` toolsets.
{{else}}
{{#else}}
Use any available GitHub MCP tools.
{{/if}}
{{#endif}}
```

**Typical metrics**: number of tool calls, run duration, output accuracy.
Expand All @@ -166,7 +166,7 @@ experiments:
```markdown
{{#if experiments.skill_hint == "enabled" }}
Check `skills/` for SKILL.md files relevant to this task and apply their guidance.
{{/if}}
{{#endif}}
```

**Typical metrics**: output quality, context token consumption, run duration.
Expand Down Expand Up @@ -208,10 +208,10 @@ Summarise the pull requests merged in ${{ github.repository }} today.

{{#if experiments.output_style == "concise" }}
Write a maximum of 5 bullet points. Each bullet is one sentence.
{{else}}
{{#else}}
Write a structured report with sections for: new features, bug fixes, refactors,
and documentation changes. Include a one-paragraph executive summary at the top.
{{/if}}
{{#endif}}

Include links to each PR. Use ${{ github.server_url }}/${{ github.repository }}/pull/<number> format.
```
Expand Down
60 changes: 60 additions & 0 deletions .github/aw/github-agentic-workflows.md

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

2 changes: 1 addition & 1 deletion .github/workflows/daily-community-attribution.lock.yml

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

Loading