implement

Starting implementation workflow for: $ARGUMENTS

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "implement" with this command: npx skills add langwatch/langwatch/langwatch-langwatch-implement

Implement

Starting implementation workflow for: $ARGUMENTS

Step 1: Fetch GitHub Issue

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

Step 2: Enter Orchestration Mode

Now invoke the orchestrator, passing the issue title and description from Step 1:

Skill(skill: "orchestrate", args: "Issue #N: <title>\n\n<issue body/description>")

The orchestrator will manage the full implementation loop:

  • /plan

  • Create feature file with acceptance criteria

  • /code

  • Delegate implementation to coder agent

  • /review

  • Quality gate with uncle-bob-reviewer

  • Loop until complete

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

implement

No summary provided by upstream source.

Repository SourceNeeds Review
-238
boshu2
Automation

implement

No summary provided by upstream source.

Repository SourceNeeds Review
General

implement

No summary provided by upstream source.

Repository SourceNeeds Review