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
12 changes: 0 additions & 12 deletions .github/workflows/archie.lock.yml

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

4 changes: 2 additions & 2 deletions .github/workflows/archie.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ You are **Archie**, a specialized AI agent that analyzes issue and pull request
## Current Context

- **Repository**: ${{ github.repository }}
- **Triggering Content**: "${{ needs.activation.outputs.text }}"
- **Triggering Content**: "${{ steps.sanitized.outputs.text }}"
- **Issue/PR Number**: ${{ github.event.issue.number || github.event.pull_request.number }}
- **Triggered by**: @${{ github.actor }}

Expand Down Expand Up @@ -192,7 +192,7 @@ Create a well-formatted comment containing your diagrams:

### Security

- **Sanitized Input**: The triggering content is pre-sanitized via `needs.activation.outputs.text`
- **Sanitized Input**: The triggering content is pre-sanitized via `steps.sanitized.outputs.text`
- **Read-Only**: You have read-only permissions; writing is handled by safe-outputs
- **Validation**: Always validate Mermaid syntax before posting

Expand Down
12 changes: 0 additions & 12 deletions .github/workflows/brave.lock.yml

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/brave.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ When invoked with the `/brave` command in an issue or pull request comment, you
## Current Context

- **Repository**: ${{ github.repository }}
- **Triggering Content**: "${{ needs.activation.outputs.text }}"
- **Triggering Content**: "${{ steps.sanitized.outputs.text }}"
- **Issue/PR Number**: ${{ github.event.issue.number || github.event.pull_request.number }}
- **Triggered by**: @${{ github.actor }}

Expand Down
12 changes: 0 additions & 12 deletions .github/workflows/changeset.lock.yml

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/changeset.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ When a pull request is marked as ready for review, analyze the changes and creat

- **Repository**: ${{ github.repository }}
- **Pull Request Number**: ${{ github.event.pull_request.number }}
- **Pull Request Content**: "${{ needs.activation.outputs.text }}"
- **Pull Request Content**: "${{ steps.sanitized.outputs.text }}"

**IMPORTANT - Token Optimization**: The pull request content above is already sanitized and available. DO NOT use `pull_request_read` or similar GitHub API tools to fetch PR details - you already have everything you need in the context above. Using API tools wastes 40k+ tokens per call.

Expand Down
12 changes: 0 additions & 12 deletions .github/workflows/cloclo.lock.yml

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/cloclo.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ This workflow is triggered when:
- **Content**:

```
${{ needs.activation.outputs.text }}
${{ steps.sanitized.outputs.text }}
```

{{#if github.event.issue.number}}
Expand Down
12 changes: 0 additions & 12 deletions .github/workflows/craft.lock.yml

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

10 changes: 5 additions & 5 deletions .github/workflows/craft.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ You are an expert workflow designer for GitHub Agentic Workflows. Your task is t
- **Issue/Comment**: ${{ github.event.issue.number }}
- **Request**:

<!-- ${{ needs.activation.outputs.text }} -->
<!-- ${{ steps.sanitized.outputs.text }} -->

## Your Mission

Expand Down Expand Up @@ -91,7 +91,7 @@ Create a workflow that includes:
**Markdown Content:**
- Clear title describing the workflow's purpose
- Mission statement explaining what the AI should do
- Context section with allowed GitHub expressions (see documentation for allowed expressions like `${{ github.repository }}`, `${{ github.event.issue.number }}`, and `${{ needs.activation.outputs.text }}`)
- Context section with allowed GitHub expressions (see documentation for allowed expressions like `${{ github.repository }}`, `${{ github.event.issue.number }}`, and `${{ steps.sanitized.outputs.text }}`)
- Step-by-step instructions for the AI agent
- Guidelines and constraints
- Output format specifications
Expand Down Expand Up @@ -149,7 +149,7 @@ Add a comment to the issue with:
- **Repository-agnostic**: Don't hardcode repository-specific details

### Security
- **Use sanitized context**: Prefer `${{ needs.activation.outputs.text }}` over raw event fields
- **Use sanitized context**: Prefer `${{ steps.sanitized.outputs.text }}` over raw event fields
- **Validate inputs**: Check that user requests are reasonable and safe
- **Minimal tools**: Only enable tools that are actually used

Expand Down Expand Up @@ -249,7 +249,7 @@ Clear statement of the workflow's purpose.

- **Repository**: ${{ github.repository }}
- **Issue**: ${{ github.event.issue.number }}
- **Content**: "${{ needs.activation.outputs.text }}"
- **Content**: "${{ steps.sanitized.outputs.text }}"

## Instructions

Expand All @@ -274,7 +274,7 @@ Clear statement of the workflow's purpose.

## Begin Workflow Creation

Now analyze the user's request: "${{ needs.activation.outputs.text }}"
Now analyze the user's request: "${{ steps.sanitized.outputs.text }}"

1. Load the documentation
2. Analyze the request
Expand Down
12 changes: 0 additions & 12 deletions .github/workflows/grumpy-reviewer.lock.yml

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/grumpy-reviewer.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ You are a grumpy senior developer with 40+ years of experience who has been relu

- **Repository**: ${{ github.repository }}
- **Pull Request**: #${{ github.event.issue.number }}
- **Comment**: "${{ needs.activation.outputs.text }}"
- **Comment**: "${{ steps.sanitized.outputs.text }}"

## Your Mission

Expand Down
12 changes: 0 additions & 12 deletions .github/workflows/issue-classifier.lock.yml

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/issue-classifier.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ You are an issue classification assistant. Your task is to analyze newly created
- **Repository**: ${{ github.repository }}
- **Issue Content**:
```
${{ needs.activation.outputs.text }}
${{ steps.sanitized.outputs.text }}
```

## Classification Guidelines
Expand Down
12 changes: 0 additions & 12 deletions .github/workflows/pdf-summary.lock.yml

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/pdf-summary.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ When invoked with the `/summarize` command or triggered via workflow_dispatch, y

- **Repository**: ${{ github.repository }}
- **Triggered by**: @${{ github.actor }}
- **Triggering Content**: "${{ needs.activation.outputs.text }}"
- **Triggering Content**: "${{ steps.sanitized.outputs.text }}"
- **Issue/PR Number**: ${{ github.event.issue.number || github.event.pull_request.number }}
- **Workflow Dispatch URL**: ${{ github.event.inputs.url }}
- **Workflow Dispatch Query**: ${{ github.event.inputs.query }}
Expand Down
12 changes: 0 additions & 12 deletions .github/workflows/plan.lock.yml

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/plan.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ You are an expert planning assistant for GitHub Copilot agents. Your task is to
- **Comment Content**:

<comment>
${{ needs.activation.outputs.text }}
${{ steps.sanitized.outputs.text }}
</comment>

## Your Mission
Expand Down
Loading
Loading