Home / rshade / finfocus · .agents/skills/pick-issue/SKILL.md · GitHub

pick-issue skillA

pick-issue is agent-read markdown (skill) from rshade/finfocus: Pick the next GitHub issue(s) to work on from the finfocus roadmap backlog and optionally promote them to roadmap/current. Use when the user asks "what should I work on next", "pick an issue", "what's next on the roadmap", "promote an issue to current", or before starting work on an unplanned issue. Ranks open roadmap/next and roadmap/future issues by a documented scoring rubric (effort, unblocks, epic promotion, triggers), respects suppression rules (parked, timebox/watch, unfired trigger-pendi.

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# Pick Issue

Interactive selection of the next issue(s) to work, with optional promotion to
`roadmap/current`. This is the standalone picking workflow extracted from the
`/roadmap sync` promotion gate — it does not rewrite ROADMAP.md wholesale or
sync labels repo-wide.

## Preconditions

- `gh` CLI authenticated for `rshade/finfocus`.
- Repo root has `ROADMAP.md` and `CONTEXT.md`. If either is missing, skip the
  file-update steps below and limit yourself to label flips — say so in the
  summary.
- Read `CONTEXT.md` first. Any candidate that would cross a CONTEXT.md boundary
  must be flagged, not silently promoted.

## Step 1 — Gather candidates

```bash
# Phase labels: roadmap/current | roadmap/next | roadmap/future (mutually exclusive)
gh issue list --state open --label roadmap/next --limit 100 \
  --json number,title,labels,body,milestone
gh issue list --state open --label roadmap/future --limit 100 \
  --json number,title,labels,body,milestone
# Cross-check what is already in flight
gh issue list --state open --label roadmap/current --limit 100 --json number,title
```

Excluded from candidacy (never present them):
…

Read the whole file at its exact version.

How to install

Latest version
mdr add rshade/finfocus/pick-issue@git:20260923.40f7ade
Exact content
mdr add rshade/finfocus/pick-issue@sha256:b145dd6913228721

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_ei4v2bxgznhdca2f.svg)](https://markdownregistry.com/a/art_ei4v2bxgznhdca2f)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260923.40f7ade latest2026-09-23 40f7ade 6,438 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (6438 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

rshade/finfocus · 10 stars · license Apache-2.0 · pushed 2026-09-23 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_ei4v2bxgznhdca2f
GET https://markdownregistry.com/api/v1/resolve?ref=rshade/finfocus/pick-issue
GET https://markdownregistry.com/api/v1/blob/b145dd6913228721065c6272808038a16e77366fed06df5db639a8e0e2054a4d

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from rshade/finfocus

finfocus-cost skill
rshade/finfocus · .claude/skills/finfocus-cost/finfocus-cost/SKILL.md · Guide for using FinFocus CLI to analyze cloud infrastructure costs. Use when running projected or actual cost commands…
git:20260214.ce1ec73 · audit A · 10 stars
finfocus-dev skill
rshade/finfocus · .claude/skills/finfocus-dev/finfocus-dev/SKILL.md · FinFocus Core development workflow guide for contributors. Use when implementing features, fixing bugs, writing tests…
git:20260214.ce1ec73 · audit A · 10 stars
finfocus-plugin skill
rshade/finfocus · .claude/skills/finfocus-plugin/finfocus-plugin/SKILL.md · Guide for building FinFocus cost plugins using the pluginsdk and gRPC protocol. Use when creating a new plugin…
git:20260214.ce1ec73 · audit A · 10 stars
agentic-workflow-designer skill
rshade/finfocus · .github/skills/agentic-workflow-designer/SKILL.md · Conversational skill that interviews users to design new agentic workflows
git:20260611.bf2f09b · audit A · 10 stars
agentic-workflows skill
rshade/finfocus · .github/skills/agentic-workflows/SKILL.md · Route gh-aw workflow design/create/debug/upgrade requests to the right prompts.
git:20260611.bf2f09b · audit A · 10 stars
jqschema skill
rshade/finfocus · .github/skills/jqschema/SKILL.md · Infer JSON structure and types with jq-based schema discovery.
git:20260610.db6f48b · audit A · 10 stars
speckit-analyze skill
rshade/finfocus · .kimi-code/skills/speckit-analyze/SKILL.md · Perform a non-destructive cross-artifact consistency and quality analysis across spec.md, plan.md, and tasks.md after…
git:20260923.371a5e1 · audit A · 10 stars
speckit-checklist skill
rshade/finfocus · .kimi-code/skills/speckit-checklist/SKILL.md · Generate a custom checklist for the current feature based on user requirements.
git:20260923.371a5e1 · audit A · 10 stars
speckit-clarify skill
rshade/finfocus · .kimi-code/skills/speckit-clarify/SKILL.md · Identify underspecified areas in the current feature spec by asking up to 5 highly targeted clarification questions and…
git:20260923.371a5e1 · audit A · 10 stars
speckit-constitution skill
rshade/finfocus · .kimi-code/skills/speckit-constitution/SKILL.md · Create or update the project constitution from interactive or provided principle inputs.
git:20260923.371a5e1 · audit A · 10 stars
speckit-converge skill
rshade/finfocus · .kimi-code/skills/speckit-converge/SKILL.md · Assess the current codebase against the feature's spec, plan, and tasks, then append any remaining unbuilt work as new…
git:20260923.371a5e1 · audit A · 10 stars
speckit-implement skill
rshade/finfocus · .kimi-code/skills/speckit-implement/SKILL.md · Execute the implementation plan by processing and executing all tasks defined in tasks.md
git:20260923.371a5e1 · audit A · 10 stars

Every file in rshade/finfocus

Browse by kind, by grade A, or by owner.