What is implement?
Start implementation of a GitHub issue. Usage: /implement #123 or /implement <issue-url> Source: langwatch/langwatch.
Start implementation of a GitHub issue. Usage: /implement #123 or /implement <issue-url>
Quickly install implement AI skill to your development environment via command line
Source: langwatch/langwatch.
Work should be tied to a GitHub issue for tracking. Fetching issue context:
!if [[ "$ARGUMENTS" = ^[0-9]+$ ]] || [[ "$ARGUMENTS" = ^#[0-9]+$ ]]; then gh issue view ${ARGUMENTS/#\#/} 2>/dev/null || echo "Issue not found - please provide a valid issue number"; elif [[ "$ARGUMENTS" = github.com ]]; then gh issue view "$ARGUMENTS" 2>/dev/null || echo "Could not fetch issue"; else echo "No issue number provided. Please use /implement #123 or create an issue first."; fi
Now invoke the orchestrator, passing the issue title and description from Step 1:
Start implementation of a GitHub issue. Usage: /implement #123 or /implement <issue-url> Source: langwatch/langwatch.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/langwatch/langwatch --skill implementStart implementation of a GitHub issue. Usage: /implement #123 or /implement <issue-url> Source: langwatch/langwatch.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/langwatch/langwatch --skill implement Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/langwatch/langwatch