General
PromptBeginner5 minmarkdown
Untitled Skill
193
1. Read `.issues/` directory and list all open issues (files with `open` in the name or status). Summarise each open issue in one line: ID, title, severity.
Loading actions...
Main instructions and any bundled files for this skill.
TypeScript and ESLint rules that MUST be followed when creating, modifying, or reviewing any file under apps/frontend/, including .ts, .tsx, .js, and .jsx files. Also apply when discussing frontend li...
risks
Check the current project health status. Do the following:
.issues/ directory and list all open issues (files with open in the name or status). Summarise each open issue in one line: ID, title, severity.make lint and report pass/fail and any error count.pytest -m "not expensive" --tb=no -q and report pass/fail and test count.docs/work_log.md has an entry from today — if not, flag it.Present results as a concise status table. Flag any blockers that would prevent a demo.