.claude/skills/new-task/SKILL.md
Create a new task file in `tasks/` by collecting information from Dizi interactively. Trigger when Dizi says "new task", "create task", "add task", or wants to log a piece of work.
npx skillsauth add diziassyafadi/Manager new-taskInstall 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.
Create a new BAU task file in tasks/ by collecting information from Dizi interactively.
Argument: $ARGUMENTS (optional — if provided, use it as the task name and skip asking for it)
Ask Dizi the following questions one at a time, waiting for each answer before proceeding.
Q1 — Task name (skip if provided as $ARGUMENTS):
What is the task name?
Q2 — Goal:
What is the rough goal of this task? (What needs to be done and why?)
Q3 — Action items (optional):
Are there any specific action items? (Press Enter to skip — Claude will generate them)
Q4 — Due date (optional):
What is the due date? (Format: YYYY-MM-DD, or press Enter to skip)
Based on Q2, generate 3–5 concrete SRE-oriented action items:
<!-- AI-generated — adjust as needed -->
- [ ] <action item 1>
- [ ] <action item 2>
...
Pipe action items to stdin:
printf '<action items, one per line>' | \
python3 .claude/skills/new-task/scripts/create_task_file.py \
--title "<title>" \
--description "<goal from Q2>" \
[--due <YYYY-MM-DD>]
Prints the created file path (e.g. tasks/2026-03-25-fix-something.md).
Task file created:
tasks/<filename>Do you want to sync this to GitHub Issues now? (yes/no)
/sync-issue inline./sync-issue <filename> anytime later.development
Generate a weekly work report from local task files in a standard format. Trigger when Dizi says "weekly report", "generate weekly report", "weekly recap", or "what did I do this week".
documentation
Sync a local task file to GitHub Issues in gdp-admin/SRE-task. Creates if issue is null, updates if set. Supports comments and PR attachment. Trigger on "push issue", "update issue", "sync issue", "create issue".
tools
Imports a GitHub Issue into a local task file in tasks/. Triggers when Dizi says "import issue", "pull issue from GitHub", "create local task from issue", provides a GitHub issue number, URL, or assignee username.
development
Maintainer-only workflow for handling GitHub Secret Scanning alerts on OpenClaw. Use when Codex needs to triage, redact, clean up, and resolve secret leakage found in issue comments, issue bodies, PR comments, or other GitHub content.