·implement
</>

implement

Start implementation of a GitHub issue. Usage: /implement #123 or /implement <issue-url>

17Installs·2Trend·@langwatch

Installation

$npx skills add https://github.com/langwatch/langwatch --skill implement

How to Install implement

Quickly install implement AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/langwatch/langwatch --skill implement
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: langwatch/langwatch.

SKILL.md

View raw

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.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/langwatch/langwatch --skill implement
Category
</>Dev Tools
Verified
First Seen
2026-03-09
Updated
2026-03-11

Browse more skills from langwatch/langwatch

Quick answers

What is implement?

Start implementation of a GitHub issue. Usage: /implement #123 or /implement <issue-url> Source: langwatch/langwatch.

How do I install implement?

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

Where is the source repository?

https://github.com/langwatch/langwatch

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-03-09