con un clic
intent
// Extract the underlying intent behind a request, issue, PR, or diff. Focus on problem and desired outcome; do not propose implementation, testing strategy, or rollout plans.
// Extract the underlying intent behind a request, issue, PR, or diff. Focus on problem and desired outcome; do not propose implementation, testing strategy, or rollout plans.
Use when the user explicitly invokes $work or asks for execution strategy for complex engineering work with unclear scope, dependent steps, or separable workstreams.
Preparing and creating git commits when explicitly requested; covers staged diff review, secrets checks, and conventional commit messages.
Verifying implementation work before claiming completion; covers tests, affected artifacts, evidence, and unresolved risks.
Create a conventional commit from current workspace changes. Use when the user asks to run $commit, asks to commit changes, or asks for a commit message from the current diff.
Create GitHub issues with optional parent/sub-issue relationships and organization issue types. Use when the user asks to create, link, or retag GitHub issues, especially when they mention a parent issue, sub-issues, tasks, bugs, epics, or cross-repo issue hierarchy.
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
| name | intent |
| description | Extract the underlying intent behind a request, issue, PR, or diff. Focus on problem and desired outcome; do not propose implementation, testing strategy, or rollout plans. |
| metadata | {"short-description":"Extract the underlying request intent"} |
Identify what the author is trying to accomplish, even when proposed code quality is weak.
Accept any of:
Optional controls (soft extensions):
context_budget: minimal | standard | broad (default standard)external_findings: prior findings, review notes, or claim lists to reconcilealignment_check: true | false (default false) or explicit natural-language requestpr_body_draft: true | false (default false) or explicit natural-language requestpr_body_style: concise | standard | detailed (default standard)Consider a control "requested" when either:
If a URL is provided and gh is available, fetch only the context needed for the selected budget.
context_budget.minimal: prompt plus one primary artifact (issue body, PR description, or diff summary)standard: add linked issue/PR context, diff direction, and recent discussion/review commentsbroad: add related artifacts that could materially change intent inferenceexternal_findings item as a claim, not ground truth.valid | partially_valid | invalid | unverified.For general intent requests, return exactly these seven sections in this order:
high | medium | low) + one-line rationaleWhen requested, use one of:
default + extension(s): keep sections 1-7 unchanged, then append extension block(s).
extension-only: return only requested extension block(s) when the user explicitly asks for only alignment validation or only PR body drafting.
Alignment check: include
Intent BaselineAlignment Verdict (aligned | partially_aligned | misaligned)Claim Validation Table with columns: Claim | Status | Evidence | Impactvalid | partially_valid | invalid | unverifiedGaps vs IntentConfidence (high | medium | low) + one-line rationaleMissing Inputs (max 5 bullets)PR body draft: include
Proposed PR Body (lead with intent; keep implementation detail secondary)Applied? (no by default)Target URL and Fields ChangedReturn Missing inputs first, then provide a provisional intent draft with explicit assumptions.