Best for
- Use when an assessed gflow-cli issue (verdict CONFIRMED-BUG or LIKELY-BUG) has localized, verifiable scope and should be driven to a fix.
ffroliva/gflow-cli/skills/issue-resolve/SKILL.md
Use when an assessed gflow-cli issue (verdict CONFIRMED-BUG or LIKELY-BUG) has localized, verifiable scope and should be driven to a fix. Mutating and gated: it works in an isolated worktree, fixes test-first, and opens a DRAFT PR for human review. Built to run autonomously (hermes-ops) within a strict action envelope — never merges, never spends credits, never claims unverified.
Decision brief
Takes a verdict from issue-assessment and produces a reviewable fix. The terminal state is a draft PR a human promotes — never an autonomous merge.
Compatibility matrix
| Platform | Status | Evidence | What to check |
|---|---|---|---|
| Codex | Not declared | No explicit evidence | Portability before use |
| Claude Code | Not declared | No explicit evidence | Portability before use |
| Cursor | Not declared | No explicit evidence | Portability before use |
| Gemini CLI | Not declared | No explicit evidence | Portability before use |
Installation
The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.
npx skills add https://github.com/ffroliva/gflow-cli --skill "skills/issue-resolve"Inspect the Agent Skill "issue-resolve" from https://github.com/ffroliva/gflow-cli/blob/c64a8d8b246f9551e8a96c7fcf363d15e045c9b2/skills/issue-resolve/SKILL.md at commit c64a8d8b246f9551e8a96c7fcf363d15e045c9b2. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.
Workflow
Upon completing Issue Resolution: 1. PR Created & SonarCloud Gate 🟢 GREEN: Proactively announce: "PR created and SonarCloud gate green. Next step: Phase 10 Release Pipeline (/gflow:release) or merge to develop." 2. SonarCloud Gate 🔴 FAILS: Run /gflow:sonar to resolve new code…
1. An issue-assessment verdict of CONFIRMED-BUG or LIKELY-BUG. 2. Scope is single-surface / localized (not a cross-cutting redesign). 3. The fix is verifiable in this environment (browser-free), OR the verification gap is explicitly carried into the PR as "needs human e2e."
Allowed autonomously: - ✅ Post one issue comment (status / reply to reporter). - ✅ Open a draft PR (push a bugfix/-prefixed branch off develop). - ✅ Run browser-free / credit-free verification (unit, lint, type, recording-verif, Gemini tool-path).
Worktree off origin/develop on a bugfix/ branch (use the superpowers:using-git-worktrees skill). Never work on develop/main.
Worktree off origin/develop on a bugfix/ branch (use the superpowers:using-git-worktrees skill). Never work on develop/main.
Permission review
No configured static risk pattern was detected
This is not proof of safety. Runtime behavior, indirect dependencies, and hidden external systems are outside the static scan.
Evidence record
| Signal | Value | Evidence type | Meaning |
|---|---|---|---|
| Quality score | 86/100 | Computed | Documentation, specificity, maintenance, and trust rules |
| Repository stars | 96 | Source | Repository attention, not individual Skill quality |
| Compatibility | 0 platforms | Source | Declared in the catalog source record |
| Usage guide | automated source guide | Editorial | Generated or reviewed according to the visible evidence level |
Pinned source
issue-resolve — drive an assessed issue to a draft PRTakes a verdict from issue-assessment and produces a reviewable fix. The
terminal state is a draft PR a human promotes — never an autonomous merge.
Core principle: the agent's job is to get the problem review-ready, not
to declare victory. A fix is "verified" only after it runs green on the
affected surface; when that surface can't be reached here (headed Flow
browser, macOS-only, credits), say so in the PR and stop. (Memory:
done-means-e2e-verified, pr-must-verify-on-affected-surface.)
issue-assessment verdict of CONFIRMED-BUG or LIKELY-BUG.If any fails → do not resolve; return to issue-assessment (reply-only).
Allowed autonomously:
bugfix/-prefixed branch off develop).Never (these require a human, regardless of pressure):
main or develop.Red flags — if you catch yourself reasoning toward any of these, STOP: "just spend one credit to exercise the path", "it's obviously correct, merge it", "mark it ready to save the human time", "say it's verified so we can close it". Urgency does not make an unverified fix verified.
Worktree off origin/develop on a bugfix/<slug> branch (use the
superpowers:using-git-worktrees skill). Never work on develop/main.
If the fix touches auth, a transport, selectors, or a schema → run
/gflow:predict first; for edge-case coverage run /gflow:scenario. Otherwise
proceed.
Use superpowers:test-driven-development. Write/confirm a failing test that
reproduces the bug on the affected surface, then the minimal fix, then green.
If the bug's surface can't be reached here, the test is the closest browser-free
proxy and the PR flags the residual gap.
For non-trivial fixes: Opus plans → delegates coding to a Sonnet subagent →
Opus reviews the diff → loop until consensus. Gemini (agy) as an optional
extra reviewer if available (soft dependency, never blocks). Trivial
one-line fixes skip the loop.
/gflow:check clean (ruff + pyright + tests) before the PR. Scope tests
locally (full pytest --cov OOMs — memory full-test-suite-ooms); trust CI.
gh pr create --draft --base develop. Body is a plain string (never a
heredoc — CLAUDE.md MCP rule). Include a Verification status section with
checked/unchecked boxes; use Refs #N when a human must still verify,
Closes #N only when fully verified here. Then /gflow:pr-council-review
(or /gflow:branch-review pre-push). STOP — a human promotes and merges.
| Step | Tool |
|---|---|
| Worktree | superpowers:using-git-worktrees |
| High-stakes gate | /gflow:predict, /gflow:scenario |
| TDD | superpowers:test-driven-development |
| Pre-commit | /gflow:check |
| PR review | /gflow:pr-council-review, /gflow:branch-review |
| Verify discipline | superpowers:verification-before-completion |
(Re-derive tool names from ls skills/ + ls .claude/commands/gflow/ — don't trust a stale list.)
develop instead of a bugfix/ branch off it (memory: develop-divergence-recovery).Upon completing Issue Resolution:
/gflow:release) or merge to develop."/gflow:sonar <PR#> to resolve new code smells/coverage issues before merging.Designed 2026-06-29 (docs/superpowers/specs/2026-06-29-issue-assessment-workflow-design.md).
Resolve-path validated by an injected pure-Python canary bug (off-by-one in
extension_from_magic) fixed test-first to green on this host. Guardrails are
the autonomous action contract, not discipline-rescue — baseline runs showed
capable agents already refuse credit-spend / merge / false-verified under
pressure; the envelope makes the policy explicit and machine-checkable.
Alternatives
coreyhaines31/marketingskills
When the user wants to plan, design, or implement an A/B test or experiment, or build a growth experimentation program. Also use when the user mentions "A/B test," "split test," "experiment," "test this change," "variant copy," "multivariate test," "hypothesis," "should I test this," "which version is better," "test two versions," "statistical significance," "how long should I run this test," "growth experiments," "experiment velocity," "experiment backlog," "ICE score," "experimentation program
alirezarezvani/claude-skills
App Store Optimization (ASO) toolkit for researching keywords, analyzing competitor rankings, generating metadata suggestions, and improving app visibility on Apple App Store and Google Play Store. Use when the user asks about ASO, app store rankings, app metadata, app titles and descriptions, app store listings, app visibility, or mobile app marketing on iOS or Android. Supports keyword research and scoring, competitor keyword analysis, metadata optimization, A/B test planning, launch checklist
dotnet/skills
Migrates .NET test projects from VSTest to Microsoft.Testing.Platform (MTP). Use when user asks to "migrate to MTP", "switch from VSTest", "enable Microsoft.Testing.Platform", "use MTP runner", set OutputType=Exe only for test projects in Directory.Build.props, or mentions EnableMSTestRunner, EnableNUnitRunner, or UseMicrosoftTestingPlatformRunner. USE FOR: MTP behavioral differences vs VSTest (exit code 8, zero tests discovered, --ignore-exit-code, TESTINGPLATFORM_EXITCODE_IGNORE); centralizing
JasonColapietro/suede-creator-skills
Suede-owned experimentation discipline for hypotheses, sample sizing, test duration, significance, and repeatable experiment programs. Use when comparing variants, deciding whether a result is reliable, or building an experiment backlog and cadence. NOT FOR: analytics instrumentation (use suede-analytics), post-click conversion diagnosis (use suede-site-alchemy), or writing the variant copy itself (use suede-copy).