triggers

Create, modify, and debug triggers for scheduled tasks, webhooks, and file monitoring.

6|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/galfrevn/kraken --skill triggers-galfrevn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: triggers
Source: https://github.com/galfrevn/kraken/tree/main/packages/skills/triggers
Command: npx skills add https://github.com/galfrevn/kraken --skill triggers-galfrevn

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill enables users to create, modify, and debug various triggers to automate tasks seamlessly.

Core Features & Use Cases

  • Schedule Tasks: Set up cron jobs that execute prompts at specified times, such as daily reports or regular data collection.
  • Respond to Webhooks: Automate actions based on GitHub, GitLab, or other service events like pull requests, issues, and push events.
  • Monitor File Changes: Watch project directories for file modifications to trigger code reviews, rebuilds, or alerts.
  • Handle CI Failures and PR Mentions: Quickly identify failed CI runs or PR comments that mention key users for rapid response.
  • Set Up Slash Commands: Enable Slack or Discord users to invoke prompts directly through chat interfaces.

Quick Start

Describe your trigger configuration or test an existing trigger to see it execute immediately.

Frequently Asked Questions about triggers

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

FAQPage Schema
How do I automate GitHub webhook responses for pull requests and CI failures?

Automating GitHub webhook responses involves configuring triggers to detect pull requests, issues, push events, and CI failures, then defining scripts that execute specific actions when those events occur for rapid response.

Can I set up cron jobs to schedule daily reports and regular data collection?

Setting up cron jobs allows you to execute prompts at specified times for daily reports or regular data collection. You define the schedule and the prompt configuration to automate these recurring tasks seamlessly.

How does file watching work for monitoring project directory changes?

File watching monitors project directories for file modifications. When changes are detected, the trigger automatically executes configured actions such as initiating code reviews, rebuilding projects, or sending alerts.

Do I need to write scripts to configure Slack slash commands and chat triggers?

Configuring Slack or Discord slash commands requires scripting and configuration to define trigger patterns. This setup enables chat users to invoke prompts directly through messaging interfaces.

What's the best way to handle PR mentions and automate notifications across platforms?

Handling PR mentions is best done by configuring triggers that detect comments mentioning key users across version control platforms. These triggers integrate with messaging apps to deliver rapid response notifications.

Are there limitations when using webhooks and file watchers for local automation?

Webhooks and file watchers require proper scripting and configuration to define specific trigger patterns and actions. Limitations depend on your environment setup and how well the integration with local directories and external platforms is configured.