tune-precious

Configure Perl repositories with precious.toml and CI/CD linting.

4|Updated Jan 14, 2026
One-click install
npx skills add https://github.com/oalders/kitchen-sink --skill tune-precious
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tune-precious
Source: https://github.com/oalders/kitchen-sink/tree/main/skills/tune-precious
Command: npx skills add https://github.com/oalders/kitchen-sink --skill tune-precious

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires precious, omegasort, typos, dzil, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the complexities of configuring and maintaining CI/CD workflows in Perl repositories, particularly those involving the precious tool for code tidiness and linting.

Core Features & Use Cases

  • Migrates Configuration: Converts Code::TidyAll configurations to precious.
  • Sets Up Fresh Repos: Establishes a precious.toml configuration in new Perl repositories.
  • Audits Existing Configurations: Verifies and updates existing precious.toml against a canonical recipe.
  • Enhances CI/CD Workflows: Adds a CI/CD job that runs precious lint for code quality checks.
  • Use Case: For a developer managing a Perl repository with a complex CI/CD setup, this Skill automates the process of ensuring consistent code formatting and linting across commits.

Quick Start

Dispatch the tune-precious skill to update your Perl repository's configuration and CI/CD setup.

Frequently Asked Questions about tune-precious

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

FAQPage Schema
How do I migrate Code::TidyAll configurations to precious for Perl repositories?

To migrate Code::TidyAll configurations, this Skill converts existing setup files into a precious.toml configuration, streamlining the transition for Perl repositories. It automates the migration to ensure consistent code tidiness and linting without manual rewriting.

How do I add precious lint to CI/CD workflows for Perl code formatting?

You can add precious lint to CI/CD workflows by dispatching this Skill to generate a CI/CD job for code quality checks. It enhances existing pipelines by enforcing code tidiness and linting across repository commits automatically.

What is the best way to set up a precious.toml configuration in a new Perl repository?

The best way to set up a precious.toml configuration is using this Skill to establish a fresh configuration file. It establishes canonical configurations for new Perl repositories to enforce code tidiness from the start.

Can I audit an existing precious.toml against a canonical recipe?

Yes, you can audit existing configurations by verifying and updating your precious.toml against a canonical recipe. This Skill checks current settings to ensure your Perl repository maintains proper linting and configuration management standards.

Do I need dzil and omegasort to automate Perl repository configuration management?

You need dzil and omegasort dependencies to fully automate Perl repository configuration management. These dependencies support the Skill in handling migration, setup, and auditing of precious configurations alongside typos for spell checking.