scope-validator

Classify feature requests into OSS core or Cloud SaaS scope.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/genfeedai/core --skill scope-validator
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: scope-validator
Source: https://github.com/genfeedai/core/tree/main/.agents/skills/scope-validator
Command: npx skills add https://github.com/genfeedai/core --skill scope-validator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps product teams and developers determine whether requested features belong in the open-source core (OSS) or should be handled as Cloud SaaS.

Core Features & Use Cases

  • Automated scope classification: Quickly triage feature requests to OSS vs Cloud paths during PR reviews or planning.
  • Rule-based validation: Applies OSS scope rules, identifies Cloud-only nodes or providers, and suggests OSS-alternative approaches.
  • Guidance & compliance: Generates actionable recommendations for contributors on how to proceed within OSS or Cloud offers.

Quick Start

Use the skill to classify a feature request payload or PR description by supplying the request to the tool and receiving a recommended scope.

Frequently Asked Questions about scope-validator

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

FAQPage Schema
How do I decide if a feature belongs in OSS core or Cloud SaaS?▼

To classify a feature for OSS core or Cloud SaaS, submit the feature request payload or PR description. Rule-based validation checks OSS scope constraints and identifies Cloud-only nodes, returning a structured verdict with a recommended implementation path.

What is feature scope validation for open source compliance?▼

Feature scope validation is the process of determining whether requested features belong in the open-source core or Cloud SaaS. It applies validation rules to ensure contributor guidance aligns with OSS scope boundaries during triage.

Can I use automated scope classification during PR reviews?▼

Yes, you can use automated scope classification during PR reviews. It analyzes PR descriptions to triage feature requests, identifying Cloud-only nodes and suggesting OSS-alternative approaches to guide contributors.

How do I guide contributors on where to implement features?▼

To guide contributors on where to implement features, generate actionable recommendations based on scope validation. The tool returns a structured verdict indicating whether to proceed within OSS or Cloud offers, ensuring compliance.

What are the limitations of automated OSS scope validation?▼

The limitation of automated OSS scope validation is that it relies strictly on predefined rules for OSS Core scope and Cloud-only nodes. It cannot interpret nuanced architectural context beyond its validation rules, meaning edge cases may require manual review.