---
name: Known Issues
slug: known-issues
category: Quality
description: Known Issues surfaces open or mitigated items from KNOWN_ISSUES.md before work starts. Use it before changing auth, reCAPTCHA, or anything previously flagged as flaky.
github: "https://github.com/ffroliva/gflow-cli/tree/develop/skills/known-issues"
language: Python
stars: 173
forks: 47
install: "npx degit https://github.com/ffroliva/gflow-cli/tree/develop/skills/known-issues ~/.claude/skills/known-issues"
installs_to: ~/.claude/skills/known-issues
source_path: skills/known-issues/SKILL.md
collection_size: 18
category_size: 1897
collection_url: "https://dirskills.com/collections/ffroliva/gflow-cli"
added: 2026-09-08T05:33:26.539Z
last_synced: 2026-09-08T05:33:26.539Z
canonical_url: "https://dirskills.com/skills/known-issues"
---

# Known Issues

Known Issues surfaces open or mitigated items from KNOWN_ISSUES.md before work starts. Use it before changing auth, reCAPTCHA, or anything previously flagged as flaky.

**Install:**

```bash
npx degit https://github.com/ffroliva/gflow-cli/tree/develop/skills/known-issues ~/.claude/skills/known-issues
```

## README

# `/gflow:known-issues` — Open issues

Read KNOWN_ISSUES.md and return items that are still open or mitigated (not resolved).

## Steps

1. Read [KNOWN_ISSUES.md](../../KNOWN_ISSUES.md)
2. Return only items with status **open** or **mitigated**
3. Flag any that are relevant to the current task context

## When to call

- Before touching `src/gflow_cli/auth.py`
- Before touching `src/gflow_cli/api/recaptcha.py`
- Before any work the user flags as "this felt flaky before"
- When a test or behaviour feels unexpectedly broken
