tvm-dev

Resolve TODOs and issues in the TVM relax folder with minimal Python repros.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps developers rapidly tackle TODOs and issues in TVM's relax folder by guiding a reproducible debugging workflow and a clear fix path.

Core Features & Use Cases

  • TODO-driven debugging: Pick a pending item in relax and implement a minimal repro to verify the issue.
  • Issue-guided resolution: When given a GitHub issue URL, fetch the description and create a minimal Python repro to reproduce the bug.
  • Validation workflow: Re-run the repro, follow the dev loop, and verify builds and tests for TVM.

Quick Start

Run /tvm-dev to start addressing pending TODOs in the relax folder.

Frequently Asked Questions about tvm-dev

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

FAQPage Schema
How do I fix TODOs and issues in the TVM relax folder?

To fix TVM relax issues, pick an unresolved TODO or issue, reproduce the bug with a minimal Python script, and validate the fix through the project build and tests.

What do I need to reproduce a TVM relax bug from a GitHub issue?

Reproducing a TVM relax bug requires the gh CLI to fetch the issue description and a minimal Python repro script to verify the bug before applying a fix.

How does the validation workflow work for TVM relax fixes?

The validation workflow for TVM relax fixes involves re-running your minimal repro script, following the development loop, and verifying that the project builds and tests pass successfully.

Can I use this workflow to resolve any pending TODO in TVM relax?

Yes, you can resolve any pending TODO in TVM relax by implementing a minimal repro to verify the issue and validating your fix through the project build and test suite.

What's the best way to start contributing to TVM relax development?

The best way to start contributing to TVM relax is by running the guided workflow to select a pending TODO, create a minimal Python repro, and validate your fix through project builds and tests.