setup

Verify reqord, gh, git prerequisites and record setup provenance.

6|1|Updated Feb 7, 2026
One-click install
npx skills add https://github.com/kicchann/reqord --skill setup-kicchann
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup
Source: https://github.com/kicchann/reqord/tree/main/plugins/reqord/skills/setup
Command: npx skills add https://github.com/kicchann/reqord --skill setup-kicchann

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the environment setup and prerequisite checks for the Reqord plugin, ensuring that essential tools and initial state are in place and provenance can be recorded.

Core Features & Use Cases

  • Verify the availability of required tools (reqord, gh, git) in parallel.
  • Validate GitHub authentication status and guide authentication when missing.
  • Confirm project initialization by inspecting the .reqord directory and essential context files.
  • Provide a comprehensive setup workflow including Step 1 through Step 6 and a summary of results, with optional check mode that avoids writing provenance.
  • Record setup provenance into .reqord/settings/plugin-config.yaml after successful completion.

Quick Start

Run the plugin with full setup mode or with --check to perform a verification-only run.

Frequently Asked Questions about setup

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

FAQPage Schema
How do I set up the environment for Reqord plugins?

To set up the environment for Reqord plugins, you can run an automated workflow that verifies required tools like git and gh, checks GitHub authentication, and initializes your project context.

What prerequisites do I need to verify before initializing a Reqord project?

Before initializing a Reqord project, you need to verify the presence of the reqord CLI, git, and gh tools, validate your GitHub authentication status, and confirm project context readiness.

Can I check Reqord plugin prerequisites without modifying project files?

Yes, you can check Reqord plugin prerequisites without modifying files by running the setup process in check-only mode, which performs verification without writing provenance to your configuration.

How does project initialization verification work for Reqord?

Project initialization verification for Reqord works by inspecting the .reqord directory and essential context files to confirm readiness, then recording setup provenance in plugin-config.yaml upon success.

Why does my Reqord setup fail during GitHub authentication checks?

Your Reqord setup may fail during GitHub authentication checks if your gh authentication status is missing or invalid, which the setup process validates to ensure a verifiable environment.