One-click install
npx skills add https://github.com/taxmaxi/taxmaxi --skill capture-taxmaxi
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: capture
Source: https://github.com/taxmaxi/taxmaxi/tree/main/.agents/skills/capture
Command: npx skills add https://github.com/taxmaxi/taxmaxi --skill capture-taxmaxi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Findings that surface during a conversation — bugs, missing behaviors, ideas, refactoring needs — often live only in chat scrollback and are lost. This Skill turns each finding into a tracked GitHub issue the moment it appears, so nothing discovered during work disappears. ## Core Features & Use Cases - Duplicate Detection: Searches existing open issues with gh issue list --search and comments on a match instead of filing a twin. - Structured Gap Reports: Writes issue bodies following a gap template with Context, Missing behavior, Impact, Evidence, and Suggested lane — problem only, no solutions. - Conventional Titles and Triage Labels: Titles issues like commit subjects (type(scope): what is missing) and files them with the needs-triage label via gh issue create. - Use Case: While reviewing a crypto tax calculation flow, you notice Solana rewards are not classified. Ask the agent to capture it, and it files a labeled GitHub issue with evidence and a link back. ## Quick Start Ask the agent to capture the finding you just noticed as a gap issue, for example by saying "capture this as an issue".

Frequently Asked Questions about capture

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

FAQPage Schema
How do I capture a bug found during a conversation as a GitHub issue?▼

Tell the agent to capture the finding. It checks for duplicates with gh issue list --search, writes a structured gap body with context and evidence, titles it like a commit subject, and files it with gh issue create under the needs-triage label.

How does the capture skill avoid filing duplicate GitHub issues?▼

Before filing, it searches open issues with gh issue list --search using relevant keywords. If an existing issue already covers the finding, it adds a comment with the new evidence to that issue instead of creating a twin.

What format does a captured gap issue follow?▼

The body follows a gap template with five sections: Context, Missing behavior, Impact, Evidence, and Suggested lane (bug, feature gap, or architecture change). It describes the problem only, with no solutions or task lists attached.

Can captured issues include real user data?▼

No. Issues are public, so real user data must stay out. The skill describes the shape of the data rather than the data itself, following the repository's issue-tracker guidelines.

What happens if the finding is a security vulnerability?▼

Security vulnerabilities and other sensitive findings are not filed publicly. The skill tells the user about the finding and lets them choose a private channel instead of creating a public issue.