بنقرة واحدة
refine-notes
Use when docs/backlog.md has unstructured content in
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Use when docs/backlog.md has unstructured content in
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
| name | refine-notes |
| description | Use when docs/backlog.md has unstructured content in |
Use this skill when docs/backlog.md has unstructured content in ## Notes that was
absorbed from an existing informal backlog during janus init.
Read the Notes section
uv run janus notes
Identify distinct actionable tasks, features, or bugs Skip vague/aspirational notes, links, and context that isn't work to be done.
For each actionable item, decide:
type: feature | bug | refactor | explorationareas: one or more of backend frontend infrastructure db docs apppriority (if inferable from the text): low | medium | highCreate each item:
uv run janus add --title "..." --type <type> --areas <a1,a2> [--priority <p>] [--body "..."]
One janus add per item. Use the original wording where possible. Include --body for any detail worth preserving. To add or replace body text after creation: uv run janus edit <id> --body "...".
Leave non-actionable content in Notes — context, background, links, references.
Clean up the Notes section. Remove converted items; keep non-actionable context:
uv run janus notes --set "remaining non-actionable content"
To clear it entirely: uv run janus notes --set ""
Verify:
uv run janus list
uv run janus validate docs/backlog.md