APM

>Agent Skill

@iqeda/lc-test

skilltesting

Test a Rust solution file against LeetCode's test cases (project)

rusttesting
apm::install
$apm install @iqeda/lc-test
apm::skill.md
---
name: lc-test
description: Test a Rust solution file against LeetCode's test cases (project)
---

# LeetCode Test

Test a solution file against LeetCode's test cases.

## Usage

`/lc-test <file>` - Test the solution file (e.g., `problems/1.two-sum.rs`)

## Instructions

1. Run `leetcode test <file> 2>&1` and show the results to the user
2. If only problem ID is provided, find the file in `problems/` directory

Note: leetcode test may have timeout issues. If it hangs, use `leetcode submit` directly.