wtf

Capture mid-session corrections for Claude Code and store them locally.

Updated Mar 8, 2026
One-click install
npx skills add https://github.com/ambroselittle/agent-skills --skill wtf-ambroselittle
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wtf
Source: https://github.com/ambroselittle/agent-skills/tree/main/skills/wtf
Command: npx skills add https://github.com/ambroselittle/agent-skills --skill wtf-ambroselittle

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, jq, git, and includes scripts (resource) components.

What problem does it solve?

Capture mid-session corrections to ensure Claude Code can act on them later, preserving user feedback without breaking workflow.

Core Features & Use Cases

  • Local correction capture: saves the user's message, session context, and transcript excerpt to a timestamped file for future processing.
  • Background backlog integration: automatically appends the correction to a rolling backlog issue in the repository, creating a new issue if none is open.
  • Repo-local override support: if a repo provides its own /wtf skill, the repo-specific handler takes precedence.

Quick Start

Provide your correction message to the capture script to save it locally and queue a backlog update.

Frequently Asked Questions about wtf

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I capture mid-session corrections in Claude Code for later processing?

Capturing mid-session corrections saves your message, session context, and transcript excerpt to a timestamped file using local scripts. This preserves user feedback locally without breaking workflow for later backlog processing.

How do I automatically append Claude Code corrections to a GitHub backlog issue?

Appending corrections to a GitHub backlog issue uses the gh CLI to automatically update a rolling backlog issue. It creates a new repository issue if none is currently open.

Do I need git and jq installed to capture Claude Code transcript excerpts?

Yes, you need git, jq, and the gh CLI installed to capture Claude Code transcript excerpts. These dependencies handle local file creation, backlog updates, and transcript parsing.

Can I override the default correction capture behavior with a repo-specific script?

Yes, you can override default correction capture behavior with a repo-specific script. If a repository provides its own handler, the repo-specific script takes precedence over default capture mechanisms.

What is the best way to track Claude Code feedback without interrupting an active session?

Tracking Claude Code feedback without interrupting an active session is best handled by local background capture scripts. They save corrections and queue backlog updates automatically for reproducibility.