Best for
- End of day/week summaries
- Standup prep
- Status updates for stakeholders
jackchuka/skills/p-daily-report/SKILL.md
Use when reviewing what you worked on, creating standups, writing status updates, tracking daily/weekly progress, or asking "what did I do today"
Decision brief
Use when reviewing what you worked on, creating standups, writing status updates, tracking daily/weekly progress, or asking "what did I do today"
Compatibility matrix
| Platform | Status | Evidence | What to check |
|---|---|---|---|
| Codex | Not declared | No explicit evidence | Portability before use |
| Claude Code | Not declared | No explicit evidence | Portability before use |
| Cursor | Not declared | No explicit evidence | Portability before use |
| Gemini CLI | Not declared | No explicit evidence | Portability before use |
Installation
The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.
npx skills add https://github.com/jackchuka/skills --skill "p-daily-report"Inspect the Agent Skill "p-daily-report" from https://github.com/jackchuka/skills/blob/7b0b33f68b8f11522e43622e5cb3bacd802999d2/p-daily-report/SKILL.md at commit 7b0b33f68b8f11522e43622e5cb3bacd802999d2. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.
Workflow
Locate this skill's directory (the folder containing this SKILL.md), then run the resolver script from there:
End of day/week summaries
--days N or number: Last N days (default: today)
Determine {date} and {nextdate} from options. Get today's date with date +%Y-%m-%d.
Before gathering data, check tool availability concurrently (parallelize if possible):
Permission review
The documentation asks the agent to run terminal commands or scripts.
python <skill-dir>/scripts/skillctx-resolve.py resolve p-daily-reportThe documentation asks the agent to run terminal commands or scripts.
python <skill-dir>/scripts/skillctx-resolve.py set p-daily-report <key> <value>The documentation asks the agent to create, modify, or delete local files.
**Create date directory**: `mkdir -p {notebook_daily_dir}/YYYY-MM-DD/`The documentation asks the agent to create, modify, or delete local files.
**Write report file**: `{notebook_daily_dir}/YYYY-MM-DD/report.md`Evidence record
| Signal | Value | Evidence type | Meaning |
|---|---|---|---|
| Quality score | 78/100 | Computed | Documentation, specificity, maintenance, and trust rules |
| Repository stars | 15 | Source | Repository attention, not individual Skill quality |
| Compatibility | 0 platforms | Source | Declared in the catalog source record |
| Usage guide | automated source guide | Editorial | Generated or reviewed according to the visible evidence level |
Pinned source
Locate this skill's directory (the folder containing this SKILL.md), then run the resolver script from there:
python <skill-dir>/scripts/skillctx-resolve.py resolve p-daily-report
The resolver outputs each binding as key: value (one per line). Substitute each {binding_key} placeholder below with the resolved value.
If any values are missing or the user requests changes, use:
python <skill-dir>/scripts/skillctx-resolve.py set p-daily-report <key> <value>
Generate activity reports from Claude Code conversation history, GitHub activity, and Slack messages.
IMPORTANT output rule: The generated report file must never mention "Claude", "Claude Code", "sessions", "history.jsonl", or any implementation details about how the data was gathered. The report should read as a clean, source-agnostic activity log. This rule applies only to the written output — these skill instructions may freely reference Claude internals.
--days N or number: Last N days (default: today)--yesterday: Yesterday only--project NAME: Filter by project--summary: Add project summary tableDetermine {date} and {next_date} from options. Get today's date with date +%Y-%m-%d.
| Option | {date} | {next_date} |
|---|---|---|
| default (today) | today | tomorrow |
--yesterday | yesterday | today |
--days N | N days ago | tomorrow |
Before gathering data, check tool availability concurrently (parallelize if possible):
# Run all three concurrently
gh api /user --jq '.login' # confirms gh is authenticated; capture as gh_user
gws calendar +agenda --today # confirms gws is available (or note unavailable)
slack_read_user_profile # confirms Slack MCP is connected (or note unavailable)
Use results to skip unavailable data sources in subsequent steps.
Location: {claude_history_path}
If this file doesn't exist or is empty, skip this step and proceed to GitHub activity.
Format: JSONL with fields:
timestamp: Unix milliseconds → convert to local dateproject: Full path → extract last segment as namedisplay: User's messagesessionId: Groups related workwc -l {claude_history_path}offset=(lines - 3000) to cover ~2 weeks of activitytimestamp (Unix ms) to local date, compare against target date range, discard entries outside the rangeProject paths using ghq convention contain the owner/repo:
/Users/*/ghq/github.com/{owner}/{repo} → {owner}/{repo}
Extract with pattern: match github.com/ then take the next two path segments.
owner/repo → project display name~/notes/project-x) have no repo — keep them for the report as local projects, skip them for GitHub queriesRemove:
/clear, /model, etc.)Group same-sessionId entries into meaningful summaries:
| Raw Messages | Summary |
|---|---|
| "fix lint", "yes", "run tests" | Working on linting and tests |
| "implement X", "yes", "continue" | Implementing X feature |
| "investigate bug", "this error..." | Debugging issues |
Tag with: feat, fix, refactor, docs, test, ci, plan
Steps 2, 3, and 4 are independent data sources. Dispatch all three concurrently (parallelize if possible). Proceed to Output only after all three complete.
→ See references/agent-gather-github-report.md
If gh is not installed or not authenticated, skip this step and note in the report.
→ See references/agent-gather-calendar-report.md
If gws is not installed, skip this step and omit the Calendar section from the report.
→ See references/agent-gather-slack-report.md
If the Slack MCP server is not connected, skip this step and omit the Slack section from the report.
SYNC: Proceed to Output only after all data gathering steps complete.
Deduplicate: Before formatting, deduplicate across sources — the same PR may appear in both GitHub API results and Slack messages. Use PR URLs as primary keys to merge overlapping records.
---
date: YYYY-MM-DD
type: daily-report
---
# Daily Activity Report YYYY-MM-DD
## Calendar
- 14:30 Design review
- 16:00 1:1 with manager
## owner/repo-name
Implemented user authentication and fixed pagination bug. Added logout button
and improved empty state handling.
- PR #12 Add status line styles [merged]
- Review #45 Cleanup implementation [APPROVED]
## notebook
Worked on meeting notes and snippets conversion.
## Slack
- **#eng**: Discussed deployment rollback strategy and shared post-mortem findings
- **#project-x**: Reviewed design mockups and confirmed timeline for v2 launch
## Other Repositories
- Review myorg/repo#5 bump time dep [APPROVED]
- Issue myorg/other-repo#10 Bug report [open]
Per-project format:
- PR #N title [state] or - Review owner/repo#N title [STATE].Other rules:
[tag] prefixes, no commit hashes, no "N commits pushed".mkdir -p {notebook_daily_dir}/YYYY-MM-DD/{notebook_daily_dir}/YYYY-MM-DD/report.md
{notebook_daily_dir}/YYYY-MM-DD/report-N-days.md| Project | Days Active | Activities | PRs | Reviews | Top Focus |
| ------- | ----------- | ---------- | --- | ------- | --------- |
| my-proj | 5 | 45 | 3 | 2 | feat, fix |
Alternatives
coreyhaines31/marketingskills
When the user wants to plan, design, or implement an A/B test or experiment, or build a growth experimentation program. Also use when the user mentions "A/B test," "split test," "experiment," "test this change," "variant copy," "multivariate test," "hypothesis," "should I test this," "which version is better," "test two versions," "statistical significance," "how long should I run this test," "growth experiments," "experiment velocity," "experiment backlog," "ICE score," "experimentation program
coreyhaines31/marketingskills
When the user wants to reduce churn, build cancellation flows, set up save offers, recover failed payments, or implement retention strategies. Also use when the user mentions 'churn,' 'cancel flow,' 'offboarding,' 'save offer,' 'dunning,' 'failed payment recovery,' 'win-back,' 'retention,' 'exit survey,' 'pause subscription,' 'involuntary churn,' 'people keep canceling,' 'churn rate is too high,' 'how do I keep users,' or 'customers are leaving.' Use this whenever someone is losing subscribers o
event4u-app/agent-config
Use when the user says "review the design", "check the UI", or wants a comprehensive UI/UX review. Uses a 7-phase methodology covering interaction, responsiveness, accessibility, and more.
K-Dense-AI/scientific-agent-skills
Distributed computing for larger-than-RAM pandas/NumPy workflows. Use when you need to scale existing pandas/NumPy code beyond memory or across clusters. Best for parallel file processing, distributed ML, integration with existing pandas code. For out-of-core analytics on single machine use vaex; for in-memory speed use polars.