start-of-day

Check git repositories and generate a daily project status report.

10|5|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/Claude-Code-Community-Ireland/claude-code-resources --skill start-of-day
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: start-of-day
Source: https://github.com/Claude-Code-Community-Ireland/claude-code-resources/tree/main/plugins/vibeworks-library/skills/start-of-day
Command: npx skills add https://github.com/Claude-Code-Community-Ireland/claude-code-resources --skill start-of-day

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of getting a comprehensive understanding of your project's status at the beginning of each workday, eliminating manual checks and ensuring you're up-to-date.

Core Features & Use Cases

  • Git Repository Check: Fetches latest changes, reports branch status, and shows recent commits.
  • Codebase Analysis: Identifies tech stack, architecture, project structure, and implementation status.
  • Documentation Review: Scans markdown files and documentation folders for action items and TODOs.
  • Status Report Generation: Provides a consolidated overview of Git status, project overview, documentation summary, and recommended next steps.
  • Use Case: At the start of your day, simply ask Claude to "start of day" and receive a complete picture of your project's current state, including any new code merged upstream and key documentation updates.

Quick Start

Ask Claude to perform a "daily sync" to get a comprehensive status report for your current project.

Frequently Asked Questions about start-of-day

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get a daily project status report from my git repository?

To get a daily project status report, you can use an automated daily sync to fetch git repository changes, analyze the codebase structure, and review documentation to generate a comprehensive status overview of recent commits and action items.

What is the best way to automate a daily sync for recent code commits and documentation updates?

The best way to automate a daily sync is by triggering a start-of-day process that fetches latest git changes, identifies your tech stack and architecture, scans markdown files for TODOs, and consolidates the findings into a single status report.

Can I generate a project status report that includes tech stack analysis and recent git commits?

Yes, you can generate a project status report that includes tech stack analysis and recent git commits by running an automated daily sync that checks branch status, analyzes project structure, and reviews documentation folders for action items.

How does automated codebase analysis work for daily project alignment?

Automated codebase analysis for daily project alignment works by using bash for git operations and an explore agent for deep code analysis to identify your tech stack, architecture, and implementation status, ensuring you are up-to-date with recent changes.

Do I need bash to run a daily project sync and check recent git commits?

Yes, you need bash to run a daily project sync and check recent git commits, as the process requires bash for git operations, glob for file discovery, and an explore agent to perform deep codebase analysis.

What limitations should I expect when automating a daily project status report?

When automating a daily project status report, limitations include relying entirely on local git repository access and bash availability, meaning the analysis is constrained to the current project structure and documentation scanned by glob file discovery.