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
5 changes: 5 additions & 0 deletions .changeset/patch-update-smoke-test-workflows.md

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

3 changes: 3 additions & 0 deletions .github/workflows/glossary-maintainer.lock.yml

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

884 changes: 515 additions & 369 deletions .github/workflows/smoke-claude.lock.yml

Large diffs are not rendered by default.

35 changes: 32 additions & 3 deletions .github/workflows/smoke-claude.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,43 @@ engine:
max-turns: 15
imports:
- shared/mcp-pagination.md
network:
allowed:
- defaults
- github
- playwright
tools:
github:
toolsets: [repos, pull_requests]
playwright:
allowed_domains:
- github.com
edit:
bash:
- "*"
safe-outputs:
staged: true
create-issue:
add-comment:
timeout-minutes: 10
strict: true
strict: false
---

Review the last 2 merged pull requests in the ${{ github.repository }} repository and post summary in an issue.
# Smoke Test: Claude Engine Validation

This smoke test validates Claude engine functionality by testing core capabilities:

## Test Requirements

1. **GitHub MCP Testing**: Review the last 2 merged pull requests in ${{ github.repository }}
2. **File Writing Testing**: Create a test file `/tmp/smoke-test-claude-${{ github.run_id }}.txt` with content "Smoke test passed for Claude at $(date)"
3. **Bash Tool Testing**: Execute bash commands to verify file creation was successful (use `cat` to read the file back)
4. **Playwright MCP Testing**: Use playwright to navigate to https://github.com and verify the page title contains "GitHub"

## Output

Add a comment to the current pull request with:
- Summary of the 2 merged PRs
- File writing test result (success/failure)
- Bash tool test result (file content verification)
- Playwright test result (page title verification)
- Overall smoke test status for **Claude engine**
853 changes: 486 additions & 367 deletions .github/workflows/smoke-codex.lock.yml

Large diffs are not rendered by default.

35 changes: 32 additions & 3 deletions .github/workflows/smoke-codex.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,42 @@ permissions:
pull-requests: read
name: Smoke Codex
engine: codex
network:
allowed:
- defaults
- github
- playwright
tools:
github:
playwright:
allowed_domains:
- github.com
edit:
bash:
- "*"
safe-outputs:
staged: true
create-issue:
add-comment:
timeout-minutes: 10
strict: true
strict: false
---

Review the last 2 merged pull requests in the ${{ github.repository }} repository and post summary in an issue.
# Smoke Test: Codex Engine Validation

This smoke test validates Codex engine functionality by testing core capabilities:

## Test Requirements

1. **GitHub MCP Testing**: Review the last 2 merged pull requests in ${{ github.repository }}
2. **File Writing Testing**: Create a test file `/tmp/smoke-test-codex-${{ github.run_id }}.txt` with content "Smoke test passed for Codex at $(date)"
3. **Bash Tool Testing**: Execute bash commands to verify file creation was successful (use `cat` to read the file back)
4. **Playwright MCP Testing**: Use playwright to navigate to https://github.com and verify the page title contains "GitHub"

## Output

Add a comment to the current pull request with:
- Summary of the 2 merged PRs
- File writing test result (success/failure)
- Bash tool test result (file content verification)
- Playwright test result (page title verification)
- Overall smoke test status for **Codex engine**
Loading
Loading