activity-feed-watcher

Classify repository events and route them to a centralized job queue.

3|2|Updated May 12, 2026
One-click install
npx skills add https://github.com/kriscendobot/garden --skill activity-feed-watcher
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: activity-feed-watcher
Source: https://github.com/kriscendobot/garden/tree/main/skills/activity-feed-watcher
Command: npx skills add https://github.com/kriscendobot/garden --skill activity-feed-watcher

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill eliminates the manual overhead of monitoring repository activity by providing a deterministic, automated system for classifying events and routing them to a shared job board.

Core Features & Use Cases

  • Deterministic Event Classification: Automatically categorizes PR comments, reviews, pushes, and CI status changes without relying on LLM reasoning.
  • Automated Job Routing: Maps specific directives like rebase, refresh, or shepherd directly to actionable jobs on the journal board.
  • Proactive Acknowledgment: Automatically posts reactji to PR comments to provide immediate feedback to contributors.

Quick Start

Activate the activity-feed-watcher to begin monitoring the repository for new events and posting actionable jobs to the journal board.

Frequently Asked Questions about activity-feed-watcher

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

FAQPage Schema
How do I automate repository triaging for GitHub events?

Automate repository triaging by classifying events like PR comments and CI status changes, then routing them to a shared job board. This eliminates manual monitoring overhead and provides deterministic responses to repository activity.

Does this event watcher rely on LLM reasoning to classify repository activity?

Repository event classification does not rely on LLM reasoning. The watcher deterministically categorizes PR comments, reviews, pushes, and CI status changes to map directives like rebase or refresh directly to actionable jobs.

How do I route GitHub PR comments to a centralized job queue?

Route PR comments to a centralized job queue by integrating the watcher with a journal board and message bus. This integration ensures idempotent job posting and reliable error escalation for continuous integration workflows.

Can I automatically acknowledge GitHub PR comments without manual intervention?

Automatically acknowledge PR comments without manual intervention by posting reactji. The watcher provides immediate feedback to contributors proactively when new repository events are detected and classified.

What is needed to ensure idempotent job posting for repository maintenance workflows?

Idempotent job posting requires integration with the journal board and message bus. This setup ensures reliable error escalation and deterministic routing of repository events into a centralized queue for agentic processing.