agentsclimarketplace

Review

Skill nyechiel/ai-augmented-workflow/skills/review

End-of-day or end-of-week review covering work output, wins/risks/opportunities. Weekly output is sharable with your manager.From its SKILL.md

Install
npx -y skills add nyechiel/ai-augmented-workflow --skill review

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

3 things to look at

  • reads credentialsReads from 1 credential source: `user_google_email`.
  • 1 stars1 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.
  • runs commandsInstructs the agent to run 3 commands, including `get_current_time` and 2 more.

SKILL.md

2.8 KB, 632 tokens by cl100k_base, as published. Nobody here has run it

Review

End-of-day or end-of-week review covering work output and forward planning.

Use user_google_email: "{YOUR_EMAIL}" for all Google Workspace calls.

Modes

ModeScopeOutput
daily (default)Today's workreviews/daily-review-YYYY-MM-DD.md
weeklyRolling 7 daysreviews/week-review-YYYY-MM-DD.md

Workflow: Daily Review

1. Gather Today's Data

Use get_current_time for today's date. Run in parallel:

  • Crux tasks: list_tasks(status="done") filtered by today, plus doing/review counts
  • Calendar: get_events for today, count files in meetings/ matching today
  • Slack: Search for your messages today

2. Write Daily Review

Save to reviews/daily-review-YYYY-MM-DD.md:

# Daily Review: [Day], [Date]

## By the numbers
- [N] tasks completed | [N] in progress | [N] awaiting review
- [N] meetings | [N] Slack threads contributed to

## What got done
[3-5 bullets grouped by theme, not a raw task list]

## Carry-forward
[Tasks still in doing/review that need attention tomorrow. Max 5.]

Workflow: Weekly Review

1. Gather Week's Data

Same sources as daily but across the reporting week. Also:

  • Count new files in meetings/, research/reading-notes/, triages/
  • Fetch next week's events for preview (filter out declined)

2. Write Weekly Review

Save to reviews/week-review-YYYY-MM-DD.md:

# Week in Review: [Date range]

## By the numbers
- [N] tasks completed | [N] captured | [N] archived (won't-do) | [N] carried forward
- [N] meetings | [N] Slack threads | [artifact counts]

## What moved forward
[5-8 bullets grouped by theme. Focus on outcomes, not activity.]

## Wins
[Things to highlight upward. 2-4 bullets.]

## Risks
[Blockers, missed deadlines. Each with a proposed mitigation. 2-4 bullets.]

## Next week preview
[Calendar load per day + top 3-5 carry-forward tasks]

Graceful Degradation

ScenarioBehavior
Calendar unavailableSkip meeting counts and next week preview
Crux unavailableHard stop - task data is essential
Slack unavailableSkip Slack activity signals

Key Principles

  • Sharable output. Weekly review should be directly sharable with your manager.
  • Honest numbers. If a guardrail is missed, say so.
  • Outcomes over activity. Group by theme, lead with impact.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. 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.