clarify — cricket clarify, community, cricket, ide skills, Claude Code, Cursor, Windsurf

v1.0.0
GitHub

About this Skill

Ideal for GitHub Integration Agents requiring issue resolution and requirement clarification capabilities. https://www.percymain.org

# Core Topics

percy-main percy-main
[1]
[2]
Updated: 2/28/2026

Agent Capability Analysis

The clarify skill by percy-main is an open-source community AI agent skill for Claude Code and other IDE workflows, helping agents execute tasks with better context, repeatability, and domain-specific guidance. Optimized for cricket.

Ideal Agent Persona

Ideal for GitHub Integration Agents requiring issue resolution and requirement clarification capabilities.

Core Value

Empowers agents to interactively resolve open questions on triaged GitHub issues using gh issue view commands and JSON data, facilitating clearer requirements and approaches for specific tickets.

Capabilities Granted for clarify

Resolving open questions on triaged issues
Clarifying requirements for development tickets
Fetching issue details including comments

! Prerequisites & Limits

  • Requires GitHub issue number as an argument
  • Needs gh command-line tool for issue viewing
Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

clarify

Install clarify, an AI agent skill for AI agent workflows and automation. Works with Claude Code, Cursor, and Windsurf with one-command setup.

SKILL.md
Readonly

Clarify

Interactively resolve open questions on a triaged GitHub issue.

When to Use

Use this skill when the user wants to:

  • Work through open questions on a triaged issue before starting development
  • Clarify requirements or approach for a specific ticket

Arguments

This skill takes a single argument: the issue number (e.g. /clarify 42).

Workflow

Step 1: Read the issue

Fetch the issue including all comments:

bash
1gh issue view <number> --json number,title,body,comments,labels

If the issue is not triaged, report that back to the user and stop:

Issue #42 is not triaged. Please triage it first with /triage

Step 2: Find open questions

Look through the issue comments for a triage comment (marked with *Triaged by Claude*). Extract any open questions — these are checkbox items under the ### Open questions heading:

markdown
1- [ ] Unanswered question 2- [x] Already answered question

If there is no triage comment, or there are no open questions (all checked or section absent), report that back to the user and stop:

No open questions on #42. This issue is ready for development.

Step 3: Walk through each question

For each unanswered question (- [ ]), present it to the user one at a time using AskUserQuestion. Provide options where you can infer sensible choices from the codebase, and always allow a free-text "Other" response.

Before presenting each question, briefly explore the codebase if it helps you offer better options. For example, if the question is about where to place a component, check the existing component structure first.

Step 4: Update the issue

Once all questions are resolved, post a new comment on the issue summarising the decisions:

markdown
1## Clarifications 2 3| Question | Decision | 4|----------|----------| 5| Should X use approach A or B? | Approach A — because ... | 6| ... | ... | 7 8--- 9*Clarified by Claude*

Then update the triage comment to check off the resolved questions. Use gh api to edit the existing triage comment:

  1. Find the triage comment ID from the comments JSON
  2. For each resolved question, replace - [ ] with - [x] in the comment body
  3. Update the comment:
bash
1gh api repos/{owner}/{repo}/issues/comments/{comment_id} -X PATCH -f body='...'

Add the ready for dev label to the issue:

bash
1gh issue edit <number> --add-label "ready for dev"

Step 5: Report

Tell the user the issue is now clarified and ready for development, or note if any questions remain unresolved.

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is clarify?

Ideal for GitHub Integration Agents requiring issue resolution and requirement clarification capabilities. https://www.percymain.org

How do I install clarify?

Run the command: npx killer-skills add percy-main/web/clarify. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for clarify?

Key use cases include: Resolving open questions on triaged issues, Clarifying requirements for development tickets, Fetching issue details including comments.

Which IDEs are compatible with clarify?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for clarify?

Requires GitHub issue number as an argument. Needs gh command-line tool for issue viewing.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add percy-main/web/clarify. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use clarify immediately in the current project.

Related Skills

Looking for an alternative to clarify or another community skill for your workflow? Explore these related open-source skills.

View All

widget-generator

Logo of f
f

f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.

149.6k
0
AI

flags

Logo of vercel
vercel

flags is a Next.js feature management skill that enables developers to efficiently add or modify framework feature flags, streamlining React application development.

138.4k
0
Browser

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI