.claude/skills/lead/team-status/SKILL.md
Shows a live snapshot of team activity — in-progress work, open issues, blocked items, recent merges
npx skillsauth add awais786/opensource-issues team-statusInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
When the Lead asks for a team overview, uses /status, or asks what the team is working on.
config/repos.yamlTEAM STATUS — <today's date>
─────────────────────────────
IN PROGRESS
@<dev> #<n> <org/repo> <issue title> <PR: open/draft/none>
OPEN / UNASSIGNED (top picks from /pick scoring)
#<n> <org/repo> <title> <labels>
MERGED THIS WEEK
@<dev> #<n> <org/repo> <title> ✓ merged
BLOCKED
@<dev> #<n> <reason>
tools
--- name: pick-issue description: Find and recommend clean open source issues to work on from Django, Python, or AI ecosystems. Verifies each issue is open, unassigned, and has no in-progress PR. Use when the user asks to find issues, pick a ticket, or wants contribution suggestions. disable-model-invocation: false allowed-tools: WebFetch, Read, Write, Bash argument-hint: [ecosystem: django|python|ai|all] [filter: good-first|bugs|all] [fresh] --- You are helping a Python/Django expert find the
testing
Generates a weekly summary of team contributions — merged PRs, in-progress work, blockers, velocity
development
Dev claims a specific GitHub issue — posts comment, sets up local context, prepares to fix
tools
Use when work should span one or more detached tasks but still behave like one job with a single owner context. TaskFlow is the durable flow substrate under authoring layers like Lobster, ACPX, plugins, or plain code. Keep conditional logic in the caller; use TaskFlow for flow identity, child-task linkage, waiting state, revision-checked mutations, and user-facing emergence.