一键导入
stress-test
Use to stress-test jjq by coordinating parallel agents building a Go web app, exercising push, run, conflict resolution, and bug-fix workflows
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use to stress-test jjq by coordinating parallel agents building a Go web app, exercising push, run, conflict resolution, and bug-fix workflows
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | stress-test |
| description | Use to stress-test jjq by coordinating parallel agents building a Go web app, exercising push, run, conflict resolution, and bug-fix workflows |
Coordinate a team of parallel agents building a Go web app to exercise jjq's full workflow — push, run, conflict resolution, and bug fixes.
jjq-test) for reference, but don't follow it literallyCreate a new jj repo in /tmp with:
net/http web appmain bookmark set on the initial revision as the protected trunkRun jjq init with:
--trunk main--check set to a command that runs tests and lints (e.g., go test ./... && go vet ./...)Come up with 3 simple features to add to the app. Track them with the task list. Deliberately engineer at least one pair of features that will cause a merge conflict when landed — e.g., two features that modify the same handler or route.
Follow the jj-workspace-agents skill for workspace setup. Each agent:
main bookmarkjjq push on their changeYou are the traffic cop:
jjq run or jjq run --all to process the queueAfter the initial 3 features land:
jjq push → jjq run workflowThis is your meta-task. Throughout the entire process, note:
Deliver a summary of observations at the end.
All agents must: