workspace

Installation
SKILL.md

When to use this skill

  • You want to run a Taskfile target or check git status/log/diff.
  • You need to find the test file for a source file.
  • You want a compact test failure report for a changed file.

How to use

  1. Build workspace: cd mcp/workspace && go test ./... && go build.
  2. Add the binary to your MCP client config as workspace.
  3. Call task_list to see targets and task_run {name} to execute.
  4. Use find_test {file} and test_triage {file} for test workflows.

Examples

  • "Run the test target for this repo."
  • "Show the git status and recent log."
  • "Find and run the tests for internal/mcp/server.go."
Installs
2
First Seen
4 days ago
workspace — quad4-software/ai