Loading...
Loading...
Run all quality checks (tests, lint, typecheck), fix failures, update the changelog, commit, push, and create/update the pull request or merge request.
npx skill4agent add ceedaragents/cyrus verify-and-shipget_issuels -la CHANGELOG.md CHANGELOG.internal.md 2>/dev/null || echo "NO_CHANGELOG"# See what changelog lines this branch has added compared to the base branch
# Replace <base_branch> with the actual base branch from the issue context
git diff <base_branch> -- CHANGELOG.md CHANGELOG.internal.md 2>/dev/null## [Unreleased]### Added### Changed### Fixed### Removed([ISSUE-ID](linear_url), [#NUMBER](PR_OR_MR_URL))<github_url><gitlab_url><github_url>git push -u origin HEAD
gh pr view --json url,number 2>/dev/null || gh pr create --draft --base [base_branch from context] --title "[descriptive title]" --body "Work in progress"<gitlab_url>git push -u origin HEAD
glab mr view 2>/dev/null || glab mr create --draft --target-branch [base_branch from context] --title "[descriptive title]" --description "Work in progress"<github_username>Assignee: @username ([Display Name](linear_profile_url))Assignee: [Display Name](linear_profile_url)<!-- generated-by-cyrus --><github_bot_username><gitlab_bot_username><agent_context><agent_context>cyrusagent---
> **Tip:** I will respond to comments that @ mention @<bot_username> on this PR/MR. You can also submit a review with all your feedback at once, and I will automatically wake up to address each comment.<agent_guidance><base_branch>