setup-routines

Automate recurring PR reviews, issue triage, and codebase health checks in Claude Code.

34|4|Updated Apr 20, 2026
One-click install
npx skills add https://github.com/redpanda-data/ui-harness --skill setup-routines-redpanda-data
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-routines
Source: https://github.com/redpanda-data/ui-harness/tree/main/setup-routines
Command: npx skills add https://github.com/redpanda-data/ui-harness --skill setup-routines-redpanda-data

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the need for automating recurring routines within Claude Code, streamlining tasks such as PR review, codebase health checks, and documentation drift detection.

Core Features & Use Cases

  • Automated PR Review: Automates code review processes by checking for logic errors, design issues, and security vulnerabilities in pull requests.
  • Codebase Health: Regularly checks codebase health for regressions, quality checks, and dependency updates.
  • Documentation Drift Detection: Identifies discrepancies between code and documentation, ensuring accurate and up-to-date information.

Quick Start

To initiate a codebase health check routine, run the command /schedule daily codebase health check at 9am.

Frequently Asked Questions about setup-routines

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate PR review for logic errors and security vulnerabilities?

Automating PR review for logic errors and security vulnerabilities is handled by triggering routines on GitHub events. This Skill checks pull requests for design issues and security flaws without manual intervention.

What is the best way to detect documentation drift in a codebase?

Detecting documentation drift in a codebase is achieved through scheduled routines that identify discrepancies between code and documentation. This ensures your technical docs stay accurate and up-to-date.

How do I schedule a daily codebase health check for regressions and dependency updates?

Scheduling a daily codebase health check for regressions and dependency updates is done using the command `/schedule daily codebase health check at 9am`. This automates continuous quality monitoring.

Can I trigger automated code review workflows using GitHub events and schedules?

Triggering automated code review workflows with GitHub events and schedules is fully supported. Routines can operate based on API calls or event triggers to ensure continuous quality.

Does Claude Code support automated issue triage without manual intervention?

Automated issue triage without manual intervention is supported by Claude Code workflows. Routines operate with triggers based on GitHub events, schedules, or API calls to handle triage continuously.