plugins marketplace
← All plugins

relay-audit

v1.9.1

Audit an existing CI/CD pipeline for slowness, security issues, and reliability gaps. Use when asked to "audit pipeline", "why is CI slow", "pipeline review", or "deployment review".

Claude Code1 skill

by tonone-aiMIT2.6kupdated 10 hours ago

Source

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/ai-agency/tonone/skills/relay-audit/ inside the repository.

Layout

plugins/ai-agency/tonone/skills/relay-audit/
├── .claude-plugin/plugin.json
└── SKILL.md

Skills1

relay-auditSKILL.md

Audit an existing CI/CD pipeline for slowness, security issues, and reliability gaps. Use when asked to "audit pipeline", "why is CI slow", "pipeline review", or "deployment review".

Manifests1

plugins/ai-agency/tonone/skills/relay-audit/.claude-plugin/plugin.json
{
  "name": "relay-audit",
  "version": "1.9.1",
  "description": "Audit an existing CI/CD pipeline for slowness, security issues, and reliability gaps. Use when asked to \"audit pipeline\", \"why is CI slow\", \"pipeline review\", or \"deployment review\".",
  "author": {
    "name": "tonone-ai",
    "url": "https://tonone.ai"
  },
  "repository": "https://github.com/tonone-ai/tonone",
  "license": "MIT",
  "type": "skill",
  "keywords": [
    "relay",
    "skill"
  ]
}