ci: add tend (Claude-powered CI) workflows#5727
Merged
Conversation
Replace the ad-hoc `claude.yaml` (@claude mention handler) with tend's structured CI workflows: PR review, issue triage, @prql-bot mentions, CI failure auto-fix, and nightly code quality sweeps. - Add `.config/tend.toml` with bot config and setup references - Add `.github/actions/tend-setup/` composite action (Task, cargo-insta, cargo-nextest, Rust cache, env vars) - Generate 5 workflows (renovate disabled — Dependabot handles deps) - Add `.claude/skills/running-tend/SKILL.md` with PR conventions and CI structure - Delete `claude.yaml` (superseded by tend-mention) Co-Authored-By: Claude <noreply@anthropic.com>
Also apply prettier fixes to action.yaml and SKILL.md. Co-Authored-By: Claude <noreply@anthropic.com>
This was referenced Apr 28, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Replace the ad-hoc
claude.yaml(@claude mention handler) with tend's structured CI workflows: PR review, issue triage, @prql-bot mentions, CI failure auto-fix, and nightly code quality sweeps..config/tend.toml— bot config pointing toprql-botand existingPRQL_BOT_GITHUB_TOKENorg secret.github/actions/tend-setup/— composite action wrapping Task runner, cargo-insta, cargo-nextest, Rust cache, and env vars (needed because tend's config doesn't supportwith:on action references)tests), nightly. Renovate disabled since Dependabot + existing automerge handles dependency PRs..claude/skills/running-tend/SKILL.md— tend-specific overlay (PR conventions, CI structure)claude.yaml— superseded bytend-mention.yaml(uses@prql-botinstead of@claude)Prerequisite: a "Merge access" ruleset was created on main to prevent the bot from self-merging (tend's primary security boundary).