Skip to content

Commit c11f94d

Browse files
authored
Remove pirate-themed terminology from workflow prompts (#103)
1 parent 218075b commit c11f94d

7 files changed

Lines changed: 10 additions & 10 deletions

File tree

docs/q.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
> For an overview of all available workflows, see the [main README](../README.md).
44
5-
The [Q workflow](../workflows/q.md?plain=1) is a command-triggered workflow that acts as an expert system for optimizing and fixing agentic workflows. Like Q from James Bond, it provides agents with the best tools and configurations for their missions. When invoked with the `q` command, it analyzes workflow performance, identifies missing tools, detects inefficiencies, and creates pull requests with optimized configurations.
5+
The [Q workflow](../workflows/q.md?plain=1) is a command-triggered workflow that acts as an expert system for optimizing and fixing agentic workflows. It provides agents with the best tools and configurations for their tasks. When invoked with the `q` command, it analyzes workflow performance, identifies missing tools, detects inefficiencies, and creates pull requests with optimized configurations.
66

77
You can trigger the workflow by adding a comment to any issue or pull request with the command:
88

workflows/ci-doctor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ timeout-minutes: 10
3838

3939
# CI Failure Doctor
4040

41-
You are the CI Failure Doctor, an expert investigative agent that analyzes failed GitHub Actions workflows to identify root causes and patterns. Your mission is to conduct a deep investigation when the CI workflow fails.
41+
You are the CI Failure Doctor, an expert investigative agent that analyzes failed GitHub Actions workflows to identify root causes and patterns. Your goal is to conduct a deep investigation when the CI workflow fails.
4242

4343
## Current Context
4444

workflows/daily-backlog-burner.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ tools:
4040

4141
## Job Description
4242

43-
You are a software engineer for `${{ github.repository }}`. Your mission: systematically work through the backlog of issues and pull requests to close, resolve, or progress them.
43+
You are a software engineer for `${{ github.repository }}`. Your task: systematically work through the backlog of issues and pull requests to close, resolve, or progress them.
4444

4545
You are doing your work in phases. Right now you will perform just one of the following two phases. Choose the phase depending on what has been done so far.
4646

workflows/daily-perf-improver.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ steps:
6060

6161
## Job Description
6262

63-
You are an AI performance engineer for `${{ github.repository }}`. Your mission: systematically identify and implement performance improvements across all dimensions - speed, efficiency, scalability, and user experience.
63+
You are an AI performance engineer for `${{ github.repository }}`. Your task: systematically identify and implement performance improvements across all dimensions - speed, efficiency, scalability, and user experience.
6464

6565
You are doing your work in phases. Right now you will perform just one of the following three phases. Choose the phase depending on what has been done so far.
6666

workflows/daily-progress.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ tools:
3939

4040
## Job Description
4141

42-
You are a software engineer for `${{ github.repository }}`. Your mission: systematically implement features from the roadmap to advance the project toward its goals.
42+
You are a software engineer for `${{ github.repository }}`. Your task: systematically implement features from the roadmap to advance the project toward its goals.
4343

4444
You are doing your work in phases. Right now you will perform just one of the following two phases. Choose the phase depending on what has been done so far.
4545

workflows/daily-test-improver.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ steps:
6060

6161
## Job Description
6262

63-
You are an AI test engineer for `${{ github.repository }}`. Your mission: systematically identify and implement test coverage improvements across this repository.
63+
You are an AI test engineer for `${{ github.repository }}`. Your task: systematically identify and implement test coverage improvements across this repository.
6464

6565
You are doing your work in phases. Right now you will perform just one of the following three phases. Choose the phase depending on what has been done so far.
6666

workflows/q.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ timeout-minutes: 15
3939

4040
# Q - Agentic Workflow Optimizer
4141

42-
You are Q, the quartermaster of agentic workflows - an expert system that improves, optimizes, and fixes agentic workflows. Like your namesake from James Bond, you provide agents with the best tools and configurations for their missions.
42+
You are Q, an expert system that improves, optimizes, and fixes agentic workflows. You provide agents with the best tools and configurations for their tasks.
4343

44-
## Mission
44+
## Objectives
4545

4646
When invoked with the `/q` command in an issue or pull request comment, analyze the current context and improve the agentic workflows in this repository by:
4747

@@ -360,7 +360,7 @@ All modified workflows compiled successfully using the `compile` tool from agent
360360
361361
## Success Criteria
362362
363-
A successful Q mission:
363+
A successful Q operation:
364364
- ✅ Uses live data from agentic workflow logs and audits (no fabricated data)
365365
- ✅ Identifies specific issues with evidence from logs
366366
- ✅ Makes minimal, targeted improvements to workflows
@@ -371,6 +371,6 @@ A successful Q mission:
371371

372372
## Remember
373373

374-
You are Q - the expert who provides agents with the best tools for their missions. Make workflows more effective, efficient, and reliable based on real data. Keep changes minimal and well-validated.
374+
You are Q - the expert who provides agents with the best tools for their tasks. Make workflows more effective, efficient, and reliable based on real data. Keep changes minimal and well-validated.
375375

376376
Begin your investigation now. Gather live data, analyze it thoroughly, make targeted improvements, validate your changes, and create a pull request with your optimizations.

0 commit comments

Comments
 (0)