tend-ci-runner
v0.1.0Tend's internal CI skills — reviews PRs, triages issues, fixes CI, sweeps repos for improvements. Loaded by tend's GitHub Action; not for general manual use.
By Maximilian RoosLicense: MIT35 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 10 skill or MCP entries
- Source updated
- Aug 30, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install plugin
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add tend-ci-runner@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/max-sixty/tendClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/tend-ci-runner/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/ci-fix/SKILL.md├── skills/code-review/SKILL.md├── skills/nightly/SKILL.md├── skills/notifications/SKILL.md├── skills/review/SKILL.md├── skills/review-reviewers/SKILL.md├── skills/review-runs/SKILL.md├── skills/running-in-ci/SKILL.md├── skills/triage/SKILL.md└── skills/weekly/SKILL.md
Included Skills10
Debug and fix failing CI on the default branch. Use when CI fails on main.
Structured second pass over a diff — correctness and cleanup angles, a verify pass, ranked findings returned to the caller. Use as the independent pass inside a PR review, or when asked for a thorough diff review.
Nightly code quality sweep — resolves bot PR conflicts, reviews recent commits, surveys existing code, checks resolved issues, and updates tend workflows.
Drains the bot's unread GitHub notifications as a recovery queue for issue and PR work that event workflows did not finish. Runs on a schedule.
Reviews a pull request for code quality and correctness. Use when asked to review a PR or when running as an automated PR reviewer.
Outcome-based analysis of tend's CI behavior — checks whether tend's outputs were accepted or rejected, escalating to session logs only when outcomes look wrong.
Daily review of the previous night's CI runs — identifies problems and improves repo-local skills and workflows.
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.
Triages new GitHub issues — classifies, reproduces bugs, attempts conservative fixes, and comments. Use when a new issue is opened and needs automated triage.
Weekly maintenance — reviews dependency PRs and runs any repo-specific weekly tasks defined in running-tend.
Plugin manifests2
{
"name": "tend-ci-runner",
"version": "0.1.0",
"description": "Tend's internal CI skills — reviews PRs, triages issues, fixes CI, sweeps repos for improvements. Loaded by tend's GitHub Action; not for general manual use.",
"author": {
"name": "Maximilian Roos",
"url": "https://github.com/max-sixty"
},
"repository": "https://github.com/max-sixty/tend",
"license": "MIT",
"skills": "./skills/",
"interface": {
"displayName": "Tend CI Runner",
"shortDescription": "Tend's CI skills (review, triage, ci-fix, etc.)",
"category": "Engineering",
"capabilities": [
"Write"
]
}
}{
"name": "tend-ci-runner",
"description": "Internal CI skills loaded by tend's GitHub Action. Not for manual installation.",
"author": {
"name": "Maximilian Roos",
"url": "https://github.com/max-sixty"
},
"repository": "https://github.com/max-sixty/tend",
"license": "MIT",
"keywords": [
"ci",
"github-actions",
"code-review",
"triage",
"automation"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[tend-ci-runner on Agent Plugins Marketplace](https://pluginsmp.com/plugins/tend-ci-runner)