Agent skill
running-tend
Tend-specific guidance for tend CI workflows. Adds non-standard workflow inclusion for usage analysis and repo conventions on top of the generic tend-* skills.
Install this agent skill to your Project
npx add-skill https://github.com/max-sixty/tend/tree/main/.claude/skills/running-tend
Metadata
Additional technical details for this skill
- internal
- YES
SKILL.md
Tend CI
Repo-specific guidance for tend workflows running on tend itself. The generic
skills (tend-running-in-ci, tend-review, tend-triage, etc.) provide the
workflow framework; this skill adds tend conventions.
Non-standard workflows
Tend has Claude-powered workflows beyond the generated tend-* set:
| Workflow | File | Schedule | Purpose |
|---|---|---|---|
review-reviewers |
review-reviewers.yaml |
47 * * * * |
Hourly analysis of adopter repo sessions |
These use the tend@v1 action and produce claude-session-logs* artifacts,
but their names don't match the tend-* prefix that scripts filter on by
default.
Usage analysis
Pass extra prefixes when running token reports or listing runs so these workflows are included:
"${CLAUDE_PLUGIN_ROOT}/scripts/token-report.sh" 24 "review-"
TARGET_REPO=max-sixty/tend "${CLAUDE_PLUGIN_ROOT}/scripts/list-recent-runs.sh" "tend-" "review-"
Labels
claude-behavior— findings fromreview-reviewersreview-runs— findings fromreview-runs
Session Log Paths
Artifact paths: -home-runner-work-tend-tend/<session-id>.jsonl
review-reviewers runs produce 3 session logs per run (one per matrix repo:
max-sixty/worktrunk, max-sixty/tend, PRQL/prql).
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
release
Tend release workflow. Use when user asks to "do a release", "release a new version", "cut a release", or wants to publish a new version to PyPI.
running-in-ci
Generic CI environment rules for GitHub Actions workflows. Use when operating in CI — covers security, CI monitoring, comment formatting, and investigating session logs from other runs.
weekly
Weekly maintenance — reviews dependency PRs.
triage
Triages new GitHub issues — classifies, reproduces bugs, attempts conservative fixes, and comments. Use when a new issue is opened and needs automated triage.
nightly
Nightly code quality sweep — resolves bot PR conflicts, reviews recent commits, surveys existing code, checks resolved issues, and updates tend workflows.
ci-fix
Debug and fix failing CI on the default branch. Use when CI fails on main.
Didn't find tool you were looking for?