con un clic
kudos
Generate kudos for team members from recent 1:1 and meeting notes
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Generate kudos for team members from recent 1:1 and meeting notes
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
Generate Quarto and HTML reports of local Codex session cost, token usage by model, project, coding vs cowork cost, weekly trends, annual projections, and top expensive sessions.
Check that core Sidekick integrations can authenticate and read common restricted files
Generate summary of 1:1 and meeting notes organized by audience, wins, and kudos
Capture missing TODOs from recent work context. Use when Codex needs to scan the user's Slack DMs with their manager or direct reports, manager/direct-report 1:1 docs, and leadership meeting notes for direct asks or action items assigned to the user, deduplicate against the user's configured todo app, and create missing tasks with source links and searchable metadata.
Draft concise interview scorecards from pasted long-form interview notes, nearby Google Calendar interview context, and memory/miclog/ transcript excerpts. Use when writing hiring feedback, interview scorecards, spikes/troughs, or candidate evaluation summaries.
Calculate a team's average Jira hours from Rovo Jira completed work, with optional Workday Approved Time Off absence adjustments for a date window and team roster.
| name | kudos |
| description | Generate kudos for team members from recent 1:1 and meeting notes |
| argument-hint | ["weeks"] |
| allowed-tools | Bash, Read, Grep |
Generate kudos for team members from recent 1:1 and meeting notes, with proper Slack formatting.
This skill helps you:
<@U...> ID format)@AGENTS.override.md file with your 1:1 and meeting doc linksmemory/people.json file for person/email data and, when available, Slack user IDsWhen invoked with: /kudos [weeks]
TMP_DIR="$(mktemp -d "${TMPDIR:-/tmp}/kudos.XXXXXX")"
trap 'rm -rf "$TMP_DIR"' EXIT
For each 1:1 document in @AGENTS.override.md, fetch the content
Use Atlassian Rovo MCP for Confluence docs and Dropbox MCP (dropbox-mcp) paper_read_document for Paper docs. For Paper docs, fall back to the Chrome plugin/live Paper view second when Dropbox MCP is unavailable or lacks the needed operation. Use /dropbox or sidekick.clients.dropbox only as a final fallback when Chrome is unavailable or unsuitable, DROPBOX_ACCESS_TOKEN is set, debugging the local client, running standalone workflows, or the user explicitly asks for the local client.
Also look in recent Slack channels and DMs
Keep track of docs that error out to report at the end
Look for recent mentions of:
Important: Only extract kudos from recent date headers (within target time period).
For each kudos item:
<@U041F9YQ64Q>.U... user ID.alice@example.com or Alice Smith; do not pretend it will notify.Slack Mention Format:
<@U041F9YQ64Q>`<@U041F9YQ64Q>` because inline code prevents Slack from rendering the mention.@alice or @bob.smith because email-prefix usernames are not reliable notifying mentions.<@U...> tokens in every message chunk.Create a markdown file with Slack-ready sections and a concise Slack copy/paste version near the top.
The Slack copy/paste version should:
:raised_hands:.<@U123ABC>.Example Slack copy/paste section:
## Slack copy/paste version
:raised_hands: <@U123ABC> for driving the launch from ambiguous requirements to a concrete rollout plan, including the dashboard and go/no-go checklist that made the decision easy.
:raised_hands: <@U456DEF> and <@U789GHI> for quickly debugging the regression, ramping the experiment down, and adding instrumentation so the team can separate product impact from telemetry noise.
Also include a categorized report with source links. The example below is documentation only; do not wrap generated report text in a code block when sending to Slack.
## Kudos - [Date Range]
### [Category/Project Name]
[Description with impact and context]
**People:** <@U123ABC>, <@U456DEF>, <@U789GHI>
[[ref]](source-doc-url)
This report generated using [chase-sidekick](https://github.com/chase-seibert/chase-sidekick) and the [kudos skill](https://github.com/chase-seibert/chase-sidekick/tree/main/.agents/skills/kudos).
---
Categories might include:
Print a list of documents that errored during retrieval.
<@U...> token and not inline code