Surface open known issues. Call before touching auth, reCAPTCHA, or anything previously flagged.
Scanned 9/2/2026
Install to Claude Code
npx -y skills add ffroliva/gflow-cli --skill known-issues --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Known Issues?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/ffroliva-known-issues)More formats (shields.io, HTML) on the badges page.
---
name: known-issues
version: "1.0"
description: >
Surface open known issues. Call before touching auth, reCAPTCHA, or anything previously flagged.
---
# `/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
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!