weekly

Automate weekly Tend maintenance by regenerating workflows and triaging dependency PRs.

30|5|Updated Mar 21, 2026
One-click install
npx skills add https://github.com/max-sixty/tend --skill weekly-max-sixty
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weekly
Source: https://github.com/max-sixty/tend/tree/main/plugins/tend-ci-runner/skills/weekly
Command: npx skills add https://github.com/max-sixty/tend --skill weekly-max-sixty

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Weekly maintenance tasks for Tend projects are automated, including regenerating workflows and triaging dependency PRs.

Core Features & Use Cases

  • Regenerate tend workflow files with uvx tend init and open PRs for changes.
  • Scan dependency PRs from Dependabot, Renovate, or labelled "dependencies" and validate CI status.
  • Approve safe updates and comment on failures, or flag major version bumps for manual review.

Quick Start

Run uvx tend weekly to regenerate workflows and triage dependency PRs.

Frequently Asked Questions about weekly

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate weekly GitHub workflow regeneration and dependency PR triage?

Run `uvx tend weekly` to automatically regenerate GitHub workflow files via `uvx tend init` and triage dependency PRs across multiple repositories. It opens PRs for workflow changes and scans dependency updates from Dependabot or Renovate.

What is the best way to approve safe Dependabot updates and flag major version bumps?

Automated dependency PR triage validates CI status for Dependabot, Renovate, or labeled dependency PRs. It approves safe updates automatically, comments on CI failures for review, and flags major version bumps for manual intervention.

Do I need uvx and gh installed to run weekly maintenance tasks for Tend projects?

Yes, running weekly maintenance requires both `uvx` to execute Tend commands and `gh` to interact with GitHub. You also need repository permissions to regenerate workflows, inspect PRs, and post approvals or comments.

How does automated workflow regeneration handle changes across multiple repositories?

Workflow regeneration executes `uvx tend init` to update workflow files and automatically opens pull requests for any detected changes. This ensures GitHub workflows stay up to date across all configured repositories during the weekly cycle.

Can I automate dependency PR comments when CI checks fail?

Yes, the weekly maintenance cycle scans dependency PRs and validates their CI status. When CI checks fail, it automatically posts comments on the pull request to alert maintainers, while safely approving passing updates.

What are the limitations of automating dependency PR approvals for major version bumps?

Automated dependency triage does not auto-approve major version bumps; it flags them for manual review instead. It also requires explicit repository permissions to post approvals and comments, limiting its use in restricted environments.