plugins/guild/skills/guild-status/SKILL.md
This skill should be used when the user asks for "guild status", "board status", "show the board", "what's on the board", "project status", "show guild", "guild board", or "what's happening". Shows a quick read-only view of the guild board without starting the work cycle.
npx skillsauth add hirogakatageri/hirokata guild-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.
Display the current state of the guild board without starting a work session.
Read .guild/BOARD.md.
If not found:
No guild board found. Run /guild:check-in to initialize and start your first work session.
Stop here.
Read BOARD.md and extract all four sections: In Progress, Backlog, Done, Requirements.
Present a formatted summary:
Guild Board
===========
In Progress ({count}):
TASK-003: Implement auth service (developer) — since 2026-04-07
TASK-004: Review database schema (reviewer) — since 2026-04-07
Backlog ({count}):
TASK-005: Implement login endpoint (developer) — high
TASK-006: Plan payment feature (architect) — medium
Recently Completed ({count}):
TASK-002: Design auth architecture (architect) — 2026-04-07
TASK-001: Gather auth requirements (product-owner) — 2026-04-07
Requirements:
REQ-001: User Authentication — in-progress (3/6 done)
REQ-002: Payment Integration — draft (0/1 done)
Last check-in: 2026-04-07
If all sections are empty:
Guild Board
===========
The board is empty. Run /guild:check-in to start a work session.
development
This skill should be used when the user reports an error, bug, or unexpected behavior and wants it diagnosed and fixed. Trigger on phrases like "check this error", "check this bug", "here's an error", "here's a bug", "I have an error", "I have a bug", "found a bug", "got an error", "debug this", "this is broken", "fix this error", "verify and fix", or any message that includes a stack trace or error output. Runs a structured workflow: gather context, investigate configured log/code sources, report root cause with ranked solutions, then apply a test-driven fix.
testing
This skill should be used when the user says "check svelte env vars", "check environment variables", "validate env vars", "check env var patterns", "audit environment variables", "audit env vars", "check SvelteKit env", "svelte env check", or any phrase asking to audit or validate SvelteKit environment variable usage patterns.
data-ai
Internal skill used by the session-tracker logger agent to append a session entry to .logs/YYYY-MM-DD-log.md, creating the file and directory if needed. Not user-invocable.
data-ai
Internal skill used by the session-tracker logger agent to query git for committed and uncommitted changes in the past 28 hours. Not user-invocable.