managing-sources

Manage changelog sources across organizations with validation workflows.

3|1|Updated Apr 16, 2026
One-click install
npx skills add https://github.com/buildinternet/releases-cli --skill managing-sources
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: managing-sources
Source: https://github.com/buildinternet/releases-cli/tree/main/plugins/claude/releases/skills/managing-sources
Command: npx skills add https://github.com/buildinternet/releases-cli --skill managing-sources

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Operational guide for managing changelog sources across organizations, including ignored/blocked URLs, duplicate detection, and the validation workflow.

Core Features & Use Cases

  • Listing sources with filters across organizations
  • Adding, editing, and removing sources with validation workflows
  • Handling ignored/blocked URLs and duplicate detection; playbooks for orgs
  • Rendering control and automation guidance for source discovery and maintenance

Quick Start

Add a new changelog source with a URL and begin the validation workflow

Frequently Asked Questions about managing-sources

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

FAQPage Schema
How do I manage changelog sources across multiple organizations?

Adding a changelog source involves submitting a URL to initiate an automated validation workflow. This ensures the source is accessible and properly formatted before it is actively tracked for new releases.

How does duplicate detection work when adding new changelog sources?

Duplicate detection prevents redundant tracking by identifying existing sources when you attempt to add a new URL. The system flags matching entries during the validation workflow, ensuring each changelog is only monitored once.

Can I filter and list sources across different organizations and products?

Yes, you can list sources with specific filters across multiple organizations and products. This allows you to isolate targeted subsets of your changelog sources and apply organizational playbooks for maintenance.

How do I handle ignored or blocked URLs in changelog source discovery?

Ignored or blocked URLs are filtered out during changelog source discovery to prevent unwanted tracking. You can manage these blocked URLs directly within the admin tooling to control which sources are excluded.

What is the best way to validate and fetch the latest releases for a changelog source?

The best way to validate and fetch latest releases is by using the fetch_source and get_latest_releases operations. These functions automate source discovery and ensure you retrieve the most recent updates after validation.