inventory-report-generator

Generates the SOCELLE global inventory report artifact from repository counts.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/BruceTyndall/socelle-global --skill inventory-report-generator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: inventory-report-generator
Source: https://github.com/BruceTyndall/socelle-global/tree/main/.agents/skills/inventory-report-generator
Command: npx skills add https://github.com/BruceTyndall/socelle-global --skill inventory-report-generator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the generation of the SOCELLE global inventory report, ensuring up-to-date metrics are available before critical build gates.

Core Features & Use Cases

  • Automated Report Generation: Creates a canonical inventory report artifact.
  • Pre-Build Gate Verification: Ensures metrics are current before proceeding with builds.
  • Use Case: Before initiating a new release cycle, run this Skill to regenerate the inventory report, providing a snapshot of the project's current state for review.

Quick Start

Use the inventory-report-generator skill to regenerate the canonical inventory metrics.

Frequently Asked Questions about inventory-report-generator

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

FAQPage Schema
How do I generate an inventory report before a build gate?

To generate an inventory report before a build gate, execute the script within the SOCELLE-WEB directory. It regenerates canonical inventory metrics from repository counts and verifies the creation of a markdown artifact.

What is the canonical inventory report used for in a release cycle?

The canonical inventory report provides an up-to-date snapshot of the project's current state from repository counts. It ensures metrics are current and available for review before proceeding with critical build gates.

Do I need a specific directory setup to run the SOCELLE inventory script?

Yes, the inventory report generation script executes specifically within the SOCELLE-WEB directory. Running it in this environment ensures the script can accurately aggregate repository counts and output the markdown artifact.

How does automated inventory report generation verify successful completion?

Automated inventory report generation verifies completion by checking for the creation of a markdown artifact. After executing the script in the SOCELLE-WEB directory, it confirms the canonical inventory metrics file exists.

Can I use this script to update repository metrics during a release cycle?

Yes, you can use this script to update repository metrics during a release cycle. Running it regenerates the global inventory report, providing an up-to-date snapshot of project metrics before initiating critical build gates.