tune

Configure feed alert and digest thresholds via distillery_configure with validation.

24|9|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/norrietaylor/distillery --skill tune-norrietaylor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tune
Source: https://github.com/norrietaylor/distillery/tree/main/skills/tune
Command: npx skills add https://github.com/norrietaylor/distillery --skill tune-norrietaylor

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Managing feed relevance thresholds manually can lead to missed priorities or too much noise. This skill provides a centralized way to view and adjust the alert and digest thresholds that control what items trigger alerts and what items are included in digests.

Core Features & Use Cases

  • View current thresholds for alert and digest and understand their impact on feed processing.
  • Update thresholds with validation (alert and digest range 0.0-1.0, alert >= digest) and support reset to defaults.
  • Enforce runtime consistency via distillery_configure and provide a confirmation step before applying changes.
  • Scenarios: when noise is too high, raise the alert; when missing digest items, lower the digest to include more items; or reset to defaults.

Quick Start

Tune the feed thresholds by specifying the alert and digest values using the available flags.

Frequently Asked Questions about tune

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

FAQPage Schema
How do I adjust feed relevance thresholds to reduce alert noise?

To reduce alert noise, raise the alert threshold using the available flags. A higher alert threshold ensures only highly relevant items trigger alerts, filtering out lower-priority feed items.

What are valid values for setting alert and digest thresholds?

Valid alert and digest threshold values range from 0.0 to 1.0. Input validation enforces this range and also requires the alert threshold to be greater than or equal to the digest threshold.

Why am I missing items in my digest, and how can I include more feed items?

You are missing digest items because the threshold is too high. Lower the digest threshold to include more feed items with lower relevance scores in your generated digests.

Can I reset alert and digest thresholds to their default settings?

Yes, you can reset alert and digest thresholds to their default values. The skill supports a reset function to restore default configurations across interactive sessions and automated workflows.

Does the threshold tuning process confirm changes before applying them at runtime?

Yes, the threshold tuning process includes a confirmation step before applying changes. It enforces runtime consistency by applying validated configurations via distillery_configure after confirmation.