agentsclimarketplace

Recipe audit day

Skill treramey/drag/skills/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

Install
npx -y skills add treramey/drag --skill recipe-audit-day

Assembled 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

  1. Inspect and select the day Run drag --output json schema, resolve one selected local date, and state the resolved YYYY-MM-DD value before analysis.
  2. 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 every pagination.next unchanged with --continue-from, reusing pagination.selectedDate, until the day is complete. Across segments, accumulate worklogs.duration to calculate the selected day's logged total and ignore segment-local schedule.dayLoggedDuration; never add segment-local schedule totals together.
  3. 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.
  4. Qualify every finding Label each discrepancy verified when directly established, likely when evidence supports but does not prove it, or unknown when evidence is insufficient. Explain the evidence and limitation behind the label.
  5. Produce the audit report Separate observed worklogs, supporting evidence, discrepancies, and proposed 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.

Keep looking

Skills are one crate of 326,782. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.