app-scope-resolution

Extract APP-ID identifiers from issue comments and map them to catalog components.

2|1|Updated Feb 27, 2026
One-click install
npx skills add https://github.com/dahatake/HypervelocityEngineering --skill app-scope-resolution
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: app-scope-resolution
Source: https://github.com/dahatake/HypervelocityEngineering/tree/main/.github/skills/planning/app-scope-resolution
Command: npx skills add https://github.com/dahatake/HypervelocityEngineering --skill app-scope-resolution

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the extraction of APP-ID information from issue bodies and HTML comments, enabling precise scope determination for application workflows.

Core Features & Use Cases

  • Scope Extraction: Parses issue comments or body sections to retrieve APP-ID identifiers.
  • Service Mapping: Cross-references APP-IDs with catalog files to identify relevant services, screens, and entities.
  • Use Case: When managing multiple app projects, quickly identify which components are affected by an issue based on embedded APP-ID comments, streamlining targeted updates and validations.

Quick Start

Provide an issue description containing <!-- app-id: XXX --> and run this skill to map the APP-ID to related services and entities.

Frequently Asked Questions about app-scope-resolution

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

FAQPage Schema
How do I extract app-id from issue descriptions to identify affected services?

Service identification uses the extracted app-id to map directly to application components within documentation catalogs. This cross-referencing mechanism pinpoints the relevant services, screens, and entities affected by an issue, enabling precise scope determination for automated workflows.

How do I identify affected application components from issue comments in a multi-project environment?

To identify affected application components from issue comments, parse the text for embedded app-id identifiers and map them to a catalog file. This isolates the specific screens and entities related to the issue, streamlining targeted updates and validations across multiple app projects.

What is the app-id scope resolution mechanism for issue parsing?

The app-id scope resolution mechanism works by parsing issue bodies and HTML comments to retrieve specific app-id identifiers. It then cross-references these identifiers with catalog files to map them to the relevant application services and entities for workflow execution.

How do I map an extracted app-id to related services and entities step by step?

To map an app-id to related services, first ensure your issue description contains the app-id embedded within an HTML comment. Running the scope resolution process then automatically parses this identifier and cross-references it against your catalog files to output the mapped services and entities.

What format does the app-id need to be in for service mapping to work?

For service mapping to work, the app-id must be embedded in the issue description as an HTML comment formatted specifically as <!-- app-id: XXX -->. This precise syntax allows the parser to successfully extract the identifier and map it to the application catalog.