setup-check

Verify gh CLI, git author email, SSH key, and Linear actor identity before factory runs.

1|Updated May 10, 2026
One-click install
npx skills add https://github.com/OgenticAI/ogentic-audit --skill setup-check
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-check
Source: https://github.com/OgenticAI/ogentic-audit/tree/main/.claude/skills/setup-check
Command: npx skills add https://github.com/OgenticAI/ogentic-audit --skill setup-check

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill verifies the local environment setup, including gh CLI account, git author email, SSH key, gh version, current branch, and Linear actor identity, before factory runs to prevent unexplained auth/attribution failures.

Core Features & Use Cases

  • Environment Verification: Checks for correct gh CLI account, git author email, SSH key, gh version, and current branch.
  • Error Resolution: Provides exact commands to fix issues found during verification.
  • Security: Ensures that LINEAR_FACTORY_TOKEN is set for proper attribution of factory bot comments in Linear.
  • Use Case: Before initiating any factory process, use this Skill to ensure that all necessary configurations are correct and that there are no issues that could lead to authentication or attribution failures.

Quick Start

Run the setup-check skill to verify the local environment.

Frequently Asked Questions about setup-check

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

FAQPage Schema
How do I verify my local environment before running a factory run?

To verify your local environment, check your gh CLI account, git author email, SSH key, gh version, and current branch to prevent unexplained authentication or attribution failures during factory runs. This ensures all configurations are correct.

Why does my git author email cause attribution failures during factory runs?

Git author email causes attribution failures when misconfigured before initiating a factory run. Verifying your git author email ensures commits are correctly attributed and prevents unexplained authentication issues in Linear.

Do I need an SSH key configured to use gh CLI for factory runs?

Yes, an SSH key is required for gh CLI factory runs. Verifying your SSH key is part of the local environment setup that prevents unexplained authentication failures and ensures secure git operations during factory processes.

How do I fix gh CLI authentication issues before starting a factory run?

To fix gh CLI authentication issues, verify your gh CLI account and gh version. This environment verification provides exact commands to resolve common setup issues and prevents unexplained auth failures during factory runs.

What is LINEAR_FACTORY_TOKEN used for in environment setup checks?

LINEAR_FACTORY_TOKEN is used in environment setup checks to ensure proper attribution of factory bot comments in Linear. Setting this token prevents attribution failures and secures factory bot interactions during factory runs.