Recipe audit day
Audit one day of Tempo worklogs with Drag. Use when the user asks for a read-only, evidence-qualified daily review and proposed corrections.From its SKILL.md
npx -y skills add treramey/drag --skill recipe-audit-dayAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 27 days oldThe repository was created 27 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
3.1 KB, 589 tokens by cl100k_base, as published. Nobody here has run it
Audit Day
This is a portable, host-neutral recipe. Use coding-agent context only as evidence and follow the installed Drag contract.
Required Drag skills
Evidence requirements
- Resolve the selected date with Drag's configured local time zone and documented date syntax. Ask when the intended date is unclear.
- Use only evidence available from explicit user input, host session context, the active repository, Git history, and issue context. Missing Git activity is not proof that no work occurred.
- Request only the worklog, schedule, and pagination fields needed for comparison and correction planning.
Workflow
- Inspect and select the day Run
drag --output json schema, resolve one selected local date, and state the resolvedYYYY-MM-DDvalue before analysis. - Traverse the complete bounded day Run
drag --output json list "$DATE" --fields worklogs.id,worklogs.issueKey,worklogs.duration,worklogs.interval.startTime,worklogs.interval.endTime,worklogs.description,schedule.dayRequiredDuration,pagination.next,pagination.selectedDate,pagination.totalsComplete. Follow everypagination.nextunchanged with--continue-from, reusingpagination.selectedDate, until the day is complete. Across segments, accumulateworklogs.durationto calculate the selected day's logged total and ignore segment-localschedule.dayLoggedDuration; never add segment-local schedule totals together. - Compare entries with available evidence Check duplicate entries, overlapping intervals, missing or weak descriptions, unexpected issue allocation, and differences between logged and required time. Do not turn missing repository evidence into a claim that time is missing.
- Qualify every finding Label each discrepancy
verifiedwhen directly established,likelywhen evidence supports but does not prove it, orunknownwhen evidence is insufficient. Explain the evidence and limitation behind the label. - Produce the audit report Separate
observed worklogs,supporting evidence,discrepancies, andproposed corrections. When justified, a proposal names the exact worklog ID and complete replacement values; otherwise identify the missing evidence or user decision needed.
Stop conditions
- The selected date is ambiguous.
- Pagination fails or ends without enough metadata to establish that the bounded day is complete; report the audit as incomplete.
- A proposed correction would require inventing issue, time, date, description, or allocation evidence.
Authorization policy
This recipe is read-only. An audit request never authorizes drag log, drag delete, a Tempo mutation, or execution of a proposed correction.
Safety notes
- Do not execute deletion, creation, replacement, or any other mutation.
- Keep findings confidence-qualified and preserve unknowns rather than filling gaps to match required time.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.