tvm-ffi-dev

Guide issue repro, build, and test workflows for TVM FFI changes.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Develop and verify TVM FFI changes to streamline debugging, repro and validation workflows.

Core Features & Use Cases

  • Dev loop guidance: defines a repeatable workflow to reproduce and verify TVM FFI issues.
  • Code style guidance: recommends C++/Python practices and consistency for FFI code.
  • End-to-end validation: supports building, reproducing issues, and running checks to confirm changes.

Quick Start

Run the /tvm-ffi-dev command against an issue URL or description to start the verification loop.

Frequently Asked Questions about tvm-ffi-dev

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

FAQPage Schema
How do I reproduce a TVM FFI issue to start debugging?

To reproduce a TVM FFI issue, you need to create an issue-driven repro script that reliably triggers the bug. This establishes a consistent dev loop to guide your debugging and verify the FFI changes.

What is the standard workflow for developing TVM FFI changes?

The standard workflow for TVM FFI development is a repeatable dev loop. It involves reproducing the issue, building the code, and running validation checks to confirm your changes work reliably.

How do I validate C++ and Python code style for TVM FFI projects?

To validate C++ and Python code style for TVM FFI projects, run standard end-to-end checks during your build process. This ensures consistency and safety across your FFI code changes.

Do I need specific tooling to build and verify TVM FFI code?

Yes, verifying TVM FFI code requires standard C++ and Python tooling. You need these tools to build the environment, run repro scripts, and validate safety checks effectively.

Why is my TVM FFI repro script not working during the dev loop?

If your TVM FFI repro script is not working, it may break the consistent dev loop. Ensure your repro script is issue-driven and that your C++ and Python tooling environment is correctly built.