Agent Plugins Marketplace
All plugins

tend-ci-runner

v0.1.0

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.

CodexClaude Code10 Skills

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

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add tend-ci-runner@agent-plugin-marketplace

Paste 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/tend

Clone 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

plugins/tend-ci-runner/
├── .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

ci-fixskills/ci-fix/SKILL.md

Debug and fix failing CI on the default branch. Use when CI fails on main.

code-reviewskills/code-review/SKILL.md

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.

nightlyskills/nightly/SKILL.md

Nightly code quality sweep — resolves bot PR conflicts, reviews recent commits, surveys existing code, checks resolved issues, and updates tend workflows.

notificationsskills/notifications/SKILL.md

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.

reviewskills/review/SKILL.md

Reviews a pull request for code quality and correctness. Use when asked to review a PR or when running as an automated PR reviewer.

review-reviewersskills/review-reviewers/SKILL.md

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.

review-runsskills/review-runs/SKILL.md

Daily review of the previous night's CI runs — identifies problems and improves repo-local skills and workflows.

running-in-ciskills/running-in-ci/SKILL.md

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.

triageskills/triage/SKILL.md

Triages new GitHub issues — classifies, reproduces bugs, attempts conservative fixes, and comments. Use when a new issue is opened and needs automated triage.

weeklyskills/weekly/SKILL.md

Weekly maintenance — reviews dependency PRs and runs any repo-specific weekly tasks defined in running-tend.

Plugin manifests2

plugins/tend-ci-runner/.codex-plugin/plugin.json
{
  "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"
    ]
  }
}
plugins/tend-ci-runner/.claude-plugin/plugin.json
{
  "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"
  ]
}

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)