npx claudepluginhub max-sixty/tend --plugin tend-ci-runnerThis skill uses the workspace's default tool permissions.
Regenerate the tend workflow files and open a PR if anything changed.
Reviews open Dependabot PRs, classifies by risk (patch/minor/major/security/lockfile-only), merges safe ones via GitHub CLI, and advises on others. Use for dependency update triage.
Daily review of the previous night's CI runs — identifies problems and improves repo-local skills and workflows.
Manages GitHub repositories using gh CLI: triages issues, manages PRs, debugs CI/CD, handles releases, monitors security and contributors. For ops beyond basic git.
Share bugs, ideas, or general feedback.
Regenerate the tend workflow files and open a PR if anything changed.
uvx tend@latest init
Check for changes:
git diff --name-only .github/workflows/tend-*.yaml
If files changed:
git checkout -b tend/update-workflowsgit add .github/workflows/tend-*.yaml && git commit -m "chore: update tend workflows"gh pr create --title "chore: update tend workflows" --body "Automated weekly regeneration of tend workflow files."If no changes, continue to the next step.
gh pr list --state open --json number,title,author,labels \
--jq '.[] | select(.author.login == "dependabot[bot]" or .author.login == "renovate[bot]" or (.labels | any(.name == "dependencies")))'
If no dependency PRs are open, report "No dependency PRs to process" and skip to the summary.
gh pr checks <number>gh pr review <number> --approve --body "Automated dependency update — CI passing, no breaking changes."
Report: workflow update status, dependency PRs processed/approved/skipped (with reasons).