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
45 changes: 39 additions & 6 deletions .github/workflows/agent-deep-dive.lock.yml

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions .github/workflows/agent-deep-dive.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ inlined-imports: true
name: "Internal: Agent Deep Dive"
description: "Deep dive a specific agent workflow's recent runs to understand behavior and surface detailed recommendations"
imports:
- gh-aw-fragments/observability.md
- gh-aw-fragments/elastic-tools.md
- gh-aw-fragments/runtime-setup.md
- gh-aw-fragments/formatting.md
Expand Down
45 changes: 39 additions & 6 deletions .github/workflows/agent-efficiency.lock.yml

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions .github/workflows/agent-efficiency.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ inlined-imports: true
name: "Internal: Agent Efficiency"
description: "Analyze agent workflow logs for inefficiencies, errors, and prompt improvement opportunities"
imports:
- gh-aw-fragments/observability.md
- gh-aw-fragments/elastic-tools.md
- gh-aw-fragments/runtime-setup.md
- gh-aw-fragments/formatting.md
Expand Down
49 changes: 43 additions & 6 deletions .github/workflows/gh-aw-agent-suggestions.lock.yml

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions .github/workflows/gh-aw-agent-suggestions.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ inlined-imports: true
name: "Agent Suggestions"
description: "Suggest new agent workflows based on repo needs and downstream activity"
imports:
- gh-aw-fragments/observability.md
- gh-aw-fragments/elastic-tools.md
- gh-aw-fragments/runtime-setup.md
- gh-aw-fragments/formatting.md
Expand Down
49 changes: 43 additions & 6 deletions .github/workflows/gh-aw-autonomy-atomicity-analyzer.lock.yml

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions .github/workflows/gh-aw-autonomy-atomicity-analyzer.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ inlined-imports: true
name: "Autonomy Atomicity Analyzer"
description: "Find patterns that block concurrent development by multiple agents or developers"
imports:
- gh-aw-fragments/observability.md
- gh-aw-fragments/elastic-tools.md
- gh-aw-fragments/runtime-setup.md
- gh-aw-fragments/formatting.md
Expand Down
49 changes: 43 additions & 6 deletions .github/workflows/gh-aw-branch-actions-detective.lock.yml

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions .github/workflows/gh-aw-branch-actions-detective.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
inlined-imports: true
description: "Analyze failed branch CI runs and create or update a tracking issue"
imports:
- gh-aw-fragments/observability.md
- gh-aw-fragments/elastic-tools.md
- gh-aw-fragments/runtime-setup.md
- gh-aw-fragments/formatting.md
Expand Down
49 changes: 43 additions & 6 deletions .github/workflows/gh-aw-breaking-change-detect.lock.yml

Large diffs are not rendered by default.

49 changes: 43 additions & 6 deletions .github/workflows/gh-aw-breaking-change-detector.lock.yml

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions .github/workflows/gh-aw-breaking-change-detector.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ inlined-imports: true
name: "Breaking Change Detector"
description: "Detect undocumented breaking changes in public interfaces"
imports:
- gh-aw-fragments/observability.md
- gh-aw-fragments/elastic-tools.md
- gh-aw-fragments/runtime-setup.md
- gh-aw-fragments/ensure-full-history.md
Expand Down
49 changes: 43 additions & 6 deletions .github/workflows/gh-aw-bug-hunter.lock.yml

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions .github/workflows/gh-aw-bug-hunter.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ inlined-imports: true
name: "Bug Hunter"
description: "Find a reproducible, user-impacting bug and file a report issue"
imports:
- gh-aw-fragments/observability.md
- gh-aw-fragments/elastic-tools.md
- gh-aw-fragments/runtime-setup.md
- gh-aw-fragments/ensure-full-history.md
Expand Down
49 changes: 43 additions & 6 deletions .github/workflows/gh-aw-code-complexity-detector.lock.yml

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions .github/workflows/gh-aw-code-complexity-detector.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ inlined-imports: true
name: "Code Complexity Detector"
description: "Find overly complex code and file a simplification report"
imports:
- gh-aw-fragments/observability.md
- gh-aw-fragments/elastic-tools.md
- gh-aw-fragments/runtime-setup.md
- gh-aw-fragments/formatting.md
Expand Down
49 changes: 43 additions & 6 deletions .github/workflows/gh-aw-code-duplication-detector.lock.yml

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions .github/workflows/gh-aw-code-duplication-detector.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ inlined-imports: true
name: "Code Duplication Detector"
description: "Analyze source code for duplication patterns and refactoring opportunities"
imports:
- gh-aw-fragments/observability.md
- gh-aw-fragments/elastic-tools.md
- gh-aw-fragments/runtime-setup.md
- gh-aw-fragments/formatting.md
Expand Down
49 changes: 43 additions & 6 deletions .github/workflows/gh-aw-code-quality-audit.lock.yml

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions .github/workflows/gh-aw-code-quality-audit.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ inlined-imports: true
name: "Code Quality Audit"
description: "Analyze code for quality issues — anti-patterns, accessibility violations, performance problems, best-practices deviations — and file a structured report"
imports:
- gh-aw-fragments/observability.md
- gh-aw-fragments/elastic-tools.md
- gh-aw-fragments/runtime-setup.md
- gh-aw-fragments/ensure-full-history.md
Expand Down
49 changes: 43 additions & 6 deletions .github/workflows/gh-aw-create-comment-on-issue.lock.yml

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions .github/workflows/gh-aw-create-comment-on-issue.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ inlined-imports: true
name: "Create Comment On Issue"
description: "Add an AI-generated comment to a specific issue by number"
imports:
- gh-aw-fragments/observability.md
- gh-aw-fragments/elastic-tools.md
- gh-aw-fragments/runtime-setup.md
- gh-aw-fragments/formatting.md
Expand Down
49 changes: 43 additions & 6 deletions .github/workflows/gh-aw-create-pr-from-issue.lock.yml

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions .github/workflows/gh-aw-create-pr-from-issue.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ inlined-imports: true
name: "Create PR From Issue"
description: "Implement an issue and open a pull request"
imports:
- gh-aw-fragments/observability.md
- gh-aw-fragments/elastic-tools.md
- gh-aw-fragments/runtime-setup.md
- gh-aw-fragments/formatting.md
Expand Down
49 changes: 43 additions & 6 deletions .github/workflows/gh-aw-dependency-review.lock.yml

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions .github/workflows/gh-aw-dependency-review.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ inlined-imports: true
name: "Dependency Review"
description: "Analyze Dependabot, Renovate, and Updatecli dependency update PRs"
imports:
- gh-aw-fragments/observability.md
- gh-aw-fragments/elastic-tools.md
- gh-aw-fragments/runtime-setup.md
- gh-aw-fragments/formatting.md
Expand Down
49 changes: 43 additions & 6 deletions .github/workflows/gh-aw-docs-drift.lock.yml

Large diffs are not rendered by default.

49 changes: 43 additions & 6 deletions .github/workflows/gh-aw-docs-patrol.lock.yml

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions .github/workflows/gh-aw-docs-patrol.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ inlined-imports: true
name: "Docs Patrol"
description: "Detect code changes that require documentation updates and file issues"
imports:
- gh-aw-fragments/observability.md
- gh-aw-fragments/elastic-tools.md
- gh-aw-fragments/runtime-setup.md
- gh-aw-fragments/ensure-full-history.md
Expand Down
49 changes: 43 additions & 6 deletions .github/workflows/gh-aw-duplicate-issue-detector.lock.yml

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

1 change: 1 addition & 0 deletions .github/workflows/gh-aw-duplicate-issue-detector.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
inlined-imports: true
description: "Detect duplicate issues and notify reporters when a matching open or closed issue exists"
imports:
- gh-aw-fragments/observability.md
- gh-aw-fragments/elastic-tools.md
- gh-aw-fragments/formatting.md
- gh-aw-fragments/rigor.md
Expand Down
Loading
Loading