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: MIT6 GitHub starsUpdated 3 days ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 10 skill or MCP entries
- Source updated
- Sep 21, 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 tend-ci-runner for Codex and Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install tend-ci-runner-2@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
Compatibility: the page URL and API slug “tend-ci-runner-2” remain stable.
- Codex: Legacy selector
tend-ci-runner-2@agent-plugin-marketplaceremains documented for migration; install from source for this runtime.
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.
Codex has another source with the same manifest name. This directory does not invent numbered install aliases; use the publisher's catalog or inspect the source manually for that runtime.
Get the source manually
git clone https://github.com/imMamdouhaboammar/get-fableClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is skills/fable-tend/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/resolve-conflicts/SKILL.md├── skills/review/SKILL.md├── skills/review-runs/SKILL.md├── skills/running-in-ci/SKILL.md├── skills/triage/SKILL.md└── skills/weekly/SKILL.md
Included Skills10
Debug unsuccessful CI on the default branch. Use when CI fails or is cancelled 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 unread GitHub notifications and resolves conflicts on configured-bot PRs. Runs on a schedule.
Resolves merge conflicts on configured-bot PRs and, when requested, upstream dependency-bot PRs.
Reviews a pull request for code quality and correctness. Use when asked to review a PR or when running as an automated PR reviewer.
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-2)