Ops

Validate and repair the Intrale Platform development environment.

1|Updated Jun 26, 2025
One-click install
npx skills add https://github.com/intrale/platform --skill ops-intrale
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Ops
Source: https://github.com/intrale/platform/tree/main/.claude/skills/ops
Command: npx skills add https://github.com/intrale/platform --skill ops-intrale

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill ensures your development environment is correctly configured and running smoothly, preventing common issues that hinder productivity.

Core Features & Use Cases

  • Environment Validation: Checks critical tools like Java, Node.js, Git, and GitHub CLI.
  • Hook Integrity: Verifies that pre-commit and other Git hooks are functional.
  • Resource Monitoring: Assesses disk space, memory usage, and running processes.
  • Auto-Repair: Attempts to fix common configuration and resource issues.
  • Use Case: Before starting a sprint, run /ops to confirm all your tools are set up correctly and that no background processes are consuming excessive resources. If issues are found, run /ops --fix to attempt an automatic resolution.

Quick Start

Run the ops skill to perform a full health check of your development environment.

Frequently Asked Questions about Ops

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

FAQPage Schema
How do I run a health check on my dev environment to validate Java and Node.js?

Perform an environment health check by running the ops validation to verify JAVA_HOME, Node.js, gh CLI, and Android emulator paths. This diagnostic confirms all critical development tools are configured correctly before starting a sprint.

How do I check if my Git hooks are working before committing code?

Verify Git hook integrity by running a targeted check to ensure pre-commit and other hooks are functional. This validates that your repository hooks are properly installed and executable to prevent broken commits.

Can I automatically fix environment configuration issues detected during a health check?

Yes, you can auto-repair common configuration and resource issues by running the health check with the --fix argument. This attempts to automatically resolve detected problems with tools, hooks, and system resources.

How do I monitor disk space and running processes that might slow down my development?

Monitor disk space, memory usage, and running processes by executing a resource check using the --resources argument. This identifies background processes consuming excessive resources and assesses available system capacity.

What is the best way to run targeted dev environment checks for specific tools?

Run targeted dev environment checks by passing specific arguments like --env for environment variables, --hooks for Git hooks, or --sprint for a full pre-sprint validation. This selectively diagnoses only the specified operational areas.