context-bootstrap

Bootstrap reporting workflows by installing plugins and validating framework metadata.

367|83|Updated Dec 26, 2025
One-click install
npx skills add https://github.com/GRCEngClub/claude-grc-engineering --skill context-bootstrap-grcengclub
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: context-bootstrap
Source: https://github.com/GRCEngClub/claude-grc-engineering/tree/main/plugins/grc-reporter/skills/context-bootstrap
Command: npx skills add https://github.com/GRCEngClub/claude-grc-engineering --skill context-bootstrap-grcengclub

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Setup guidance for users running a /report:* command before their toolkit has enough context. Use when a report command detects missing findings, frameworks, or history. Walks the user through installation and first collection rather than generating a hollow report.

Core Features & Use Cases

  • Provides a guided bootstrap to install and validate prerequisites (plugins, findings cache, framework metadata).
  • Verifies prerequisites before executing reports, reducing hollow outputs and ensuring accurate coverage calculations.
  • Supports onboarding scenarios for new projects and post-update environments.

Quick Start

Install the starter toolkit and run the guided first-collection flow before attempting any report commands.

Frequently Asked Questions about context-bootstrap

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

FAQPage Schema
Why does my report command generate a hollow output without any findings?

A hollow report output occurs when the reporting workflow lacks a populated findings cache, installed plugins, and proper framework metadata. You must bootstrap these prerequisites before executing report commands to ensure accurate coverage calculations.

How do I bootstrap the reporting workflow for a new project?

To bootstrap the reporting workflow, run the guided setup to install required plugins via the marketplace, initialize the findings cache, and verify framework metadata presence in plugin.json. This validates prerequisites before executing reports.

What framework metadata is required for accurate coverage calculations in reports?

Accurate coverage calculations require framework metadata to be present in plugin.json. The bootstrap process validates this metadata alongside the findings cache location and installed plugins before generating any reports.

Do I need to run a guided setup after updating my reporting plugins?

Yes, you should run the guided bootstrap setup after plugin updates. Post-update environments require prerequisite verification to ensure the findings cache and framework metadata remain intact for accurate reporting workflows.

When should I use the guided first-collection flow instead of running a report directly?

Use the guided first-collection flow during onboarding for new projects or when a report command detects missing findings, frameworks, or history. It walks you through installation and collection rather than generating a hollow report.

Can I use this reporting setup across different GitHub workflows?

Yes, the bootstrap workflow is applicable when starting new projects across GitHub or inspector workflows. It organizes the reporting workflow by ensuring plugins, the findings cache, and framework metadata are installed before generating reports.