CLI-Bench / data /tasks /cb-020.yaml
ChengyiX's picture
Upload folder using huggingface_hub
934aad3 verified
id: cb-020
title: "Comment on a Linear issue"
difficulty: easy
category: project_mgmt
description: |
Add a comment to the Linear issue "ACM-102" (Database migration script)
with the text: "Migration tested successfully on staging. Ready for production
deployment. Rolling update strategy confirmed with ops team."
tools_provided:
- linear
initial_state:
linear:
issues:
- id: ACM-102
title: "Database migration script"
status: in_progress
priority: medium
assignee: sarah@acme.com
team: Platform
comments:
- user: sarah@acme.com
body: "Schema changes drafted, running test suite."
- user: mark@acme.com
body: "Make sure to test with the staging dataset."
- id: ACM-103
title: "Update CI pipeline"
status: in_progress
priority: low
assignee: mark@acme.com
team: Platform
comments: []
expected_state:
linear:
issues:
- id: ACM-102
comments:
- body_contains: "Migration tested successfully on staging"
command_history:
- pattern: "linear issue comment ACM-102"
scoring:
outcome: 0.6
efficiency: 0.2
recovery: 0.2
max_turns: 3
optimal_commands: 1
timeout_seconds: 30