subagent-copilot-cli

Automate analysis tasks in MotrixLab RL projects using the Copilot CLI subagent.

Updated Feb 6, 2026
One-click install
npx skills add https://github.com/mzqef/MotrixLab --skill subagent-copilot-cli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: subagent-copilot-cli
Source: https://github.com/mzqef/MotrixLab/tree/main/.github/skills/subagent-copilot-cli
Command: npx skills add https://github.com/mzqef/MotrixLab --skill subagent-copilot-cli

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables a dedicated Copilot CLI subagent to perform analysis tasks concurrently within MotrixLab RL projects, offloading research and diagnostic work from the main workflow.

Core Features & Use Cases

  • Screenshot analysis: Analyze simulation renders and environment states.
  • Image inspection: Read training plots, graphs, and logs.
  • PDF/Navigator reading: Parse navigation instructions and research documents.
  • Parallel research conversations: Offload complex analysis while coordinating.
  • Code inspection & debugging: Inspect reward structures and environment configs.
  • Visual debugging workflows: Interpret failures from rendered frames.

Quick Start

Use the Copilot CLI subagent to perform a simple analysis task, for example: copilot --model gpt-4.1 --allow-all -p "Describe robot pose in screenshot.png" -s

Frequently Asked Questions about subagent-copilot-cli

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

FAQPage Schema
How do I analyze screenshots and training plots in MotrixLab RL projects?

Screenshot analysis and image inspection in MotrixLab RL projects are automated by delegating visual debugging tasks to a Copilot CLI subagent. It reads simulation renders and training plots concurrently, interpreting environment states and rendered frames.

Can I run parallel research conversations while executing RL experiments?

Parallel research conversations are supported by offloading complex analysis from the main workflow to a dedicated Copilot CLI subagent. This allows you to coordinate general research and diagnostic work concurrently within your RL experiments.

Does Copilot CLI support reading PDF navigation documents for RL experiments?

Copilot CLI supports PDF reading and navigator document parsing for MotrixLab RL projects. The subagent parses research documents and navigation instructions concurrently to streamline your experiment workflows.

How do I inspect reward structures and environment configs using Copilot CLI?

Code inspection and debugging for reward structures and environment configs are handled by the Copilot CLI subagent. It uses context-rich prompts with --add-dir paths and -s silent mode to generate streamlined diagnostic outputs.

Do I need a paid model to use Copilot CLI for RL analysis tasks?

A paid model is not required because the Copilot CLI subagent uses the free gpt-4.1 model. You can perform screenshot analysis, image inspection, and parallel research within MotrixLab RL projects at no extra cost.