🎯

ci-monitoring

🎯Skill

from troykelly/claude-skills

VibeIndex|
What it does

Monitors continuous integration (CI) pipelines, tracking build statuses, detecting failures, and providing real-time updates during automated software development workflows.

ci-monitoring

Installation

Install skill:
npx skills add https://github.com/troykelly/claude-skills --skill ci-monitoring
6
Last UpdatedJan 13, 2026

Skill Details

SKILL.md

Overview

# Issue-Driven Development

[![Version](https://img.shields.io/badge/version-1.10.3-blue.svg)](https://github.com/troykelly/claude-skills)

[![License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE)

[![Skills](https://img.shields.io/badge/skills-52-purple.svg)](#skills-reference)

[![Agents](https://img.shields.io/badge/agents-9-orange.svg)](#agents)

A Claude Code plugin for autonomous, GitHub-native software development. Work through issues, create PRs, and ship code - all without manual intervention.

New to Claude Code? Install the plugin, run claude-autonomous, and watch it work through your GitHub issues.

Experienced developer? Full TDD, strict typing, IPv6-first networking, parallel workers, and crash recovery included.

---

Quick Start

One-Line Install

```bash

curl -fsSL https://raw.githubusercontent.com/troykelly/claude-skills/main/install.sh | bash

```

This installs everything: dependencies, Claude Code CLI, the plugin, and CLI tools.

First Use

```bash

claude-autonomous

```

That's it. Claude will find your open GitHub issues and start working through them autonomously.

Plugin-Only Install (Existing Claude Code Users)

```

/plugin marketplace add troykelly/claude-skills

/plugin install issue-driven-development@troykelly-skills

```

Restart Claude Code after installation.

---

What's Included

CLI Tools

| Tool | Purpose |

|------|---------|

| claude-autonomous | Autonomous development with crash recovery, parallel workers, and session management |

| claude-account | Multi-account switching without re-authentication |

51 Skills

Skills guide Claude through disciplined workflows. They're automatically invoked based on what you're doing.

| Category | Count | Examples |

|----------|-------|----------|

| [Workflow & Orchestration](#workflow--orchestration) | 8 | session-start, autonomous-orchestration, worker-dispatch |

| [Issue Management](#issue--project-management) | 5 | issue-decomposition, issue-lifecycle, acceptance-criteria-verification |

| [Work Planning](#work-planning--architecture) | 4 | initiative-architecture, epic-management, milestone-management |

| [Development Standards](#development-standards) | 7 | strict-typing, tdd-full-coverage, ipv6-first |

| [Code Review](#code-review) | 3 | comprehensive-review, apply-all-findings |

| [PR & CI](#pr--ci) | 3 | pr-creation, ci-monitoring, verification-before-merge |

| [Research & Memory](#research--memory) | 3 | research-after-failure, memory-integration |

| [Documentation](#documentation-enforcement) | 3 | api-documentation, features-documentation |

| [Database](#database) | 4 | postgres-rls, postgis, timescaledb |

| [Other](#other-skills) | 11 | branch-discipline, environment-bootstrap, pexels-media |

[Full skills reference below](#skills-reference)

9 Agents

Specialized agents for specific tasks:

| Agent | Purpose |

|-------|---------|

| Code Reviewer | Comprehensive code quality review |

| Security Reviewer | Security-focused code analysis |

| Silent Failure Hunter | Detect swallowed errors and silent failures |

| PR Test Analyzer | Analyze test coverage in pull requests |

| Type Design Analyzer | Evaluate type system design |

| Code Simplifier | Identify over-engineering and simplification opportunities |

| Comment Analyzer | Review comment quality and necessity |

| Code Architect | High-level architecture review |

| Code Explorer | Codebase navigation and understanding |

---

Multi-Account Management

The claude-account tool lets you switch between Claude accounts without re-authenticating each time. When running autonomously, the plugin automatically switches accounts when plan limits are reached.

Commands

```bash

claude-account capture # Save current logged-in account

claude-account list # Show all saved accounts

claude-account list --available # Show accounts not in cooldown

claude-account current # Show active account

claude-account switch

More from this repository10

🎯
error-recovery🎯Skill

Automatically detects, logs, and gracefully recovers from runtime errors during autonomous software development processes, enabling continuous workflow progression.

🎯
work-intake🎯Skill

work-intake skill from troykelly/claude-skills

🎯
pexels-media🎯Skill

Retrieves, searches, and manages media assets from the Pexels image and video platform, enabling automated media selection and integration for projects.

🎯
documentation-audit🎯Skill

documentation-audit skill from troykelly/claude-skills

🎯
postgis🎯Skill

Enables geospatial database operations and spatial data management using PostGIS extensions within PostgreSQL databases for geographic information processing.

🎯
database-architecture🎯Skill

Designs and structures database schemas, models, and relationships based on project requirements, ensuring optimal data organization and performance.

🎯
session-start🎯Skill

Initializes a new autonomous development session, setting up context, logging, and preparing the environment for systematic issue resolution and workflow management.

🎯
memory-integration🎯Skill

Consolidates and indexes contextual information from past development sessions to enhance Claude's understanding and decision-making across project workflows.

🎯
verification-before-merge🎯Skill

Validates code quality, test coverage, and CI/CD checks before automatically merging pull requests into the main branch.

🎯
project-board-enforcement🎯Skill

Enforces project board rules and workflow by automatically managing issue and PR placement, tracking, and progression across GitHub project boards.