Generate benchmark tasks from git history of the current or specified repository. Use this skill when the user wants to: - Create benchmark tasks based on real problems their team already solved (closed PRs, past commits, resolved issues) - Mine git history for good evaluation candidates - Turn a commit range or set of PRs into a NASDE benchmark - Build a regression test suite from their team's actual work Even if the user doesn't say "benchmark" — if they're talking about turning past work into evaluation tasks, or want to test AI agents against problems they've already solved, this skill applies.
$npx -y skills add noesisvision/nasde-toolkit --skill nasde-benchmark-from-historyInstalls into the current project.
Run `npx skills use "https://github.com/noesisvision/nasde-toolkit" --skill "noesisvision/nasde-toolkit/nasde-benchmark-from-history"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/noesisvision/nasde-toolkit" that are relevant to the current task. Run `npx skills add "https://github.com/noesisvision/nasde-toolkit"` and select the relevant skills, then follow their instructions.