Quick Start
Get up and running with DevDaily in 5 minutes. This guide walks you through initialization and your first commands.Make sure you’ve completed the installation before proceeding.
Initial Setup
1
Navigate to a git repository
DevDaily analyzes your git history, so you need to be in a git repository:
2
Run the initialization wizard
- Create a
ddalias for quick access - Set up shell completions for tab completion
- Optionally configure git hooks for auto-snapshots
- Optionally set up Slack/Discord notifications
3
Reload your shell
4
Verify the setup
dd alias should now work as a shortcut for devdaily.Your First Standup
Let’s generate your first standup note from your recent commits.1
Generate a standup for today's work
- Analyze your git commits from the last 24 hours
- Fetch related PRs and tickets
- Generate an AI-powered summary using GitHub Copilot CLI
- Copy the result to your clipboard
2
Review the output
Example standup output:
3
Try different time ranges
Look back further if you want to cover more work:
Generate a PR Description
Create professional PR descriptions from your branch changes.1
Create a feature branch and make some commits
2
Generate a PR description
- Analyze your branch commits compared to the base branch
- Extract ticket IDs from branch name and commits
- Detect and use your PR template (if you have one)
- Generate a comprehensive PR description
3
Review and choose an action
Example PR output:
4
Create the PR directly (optional)
Skip the menu and create the PR immediately:
Generate a Weekly Summary
Compile your weekly accomplishments across all commits, PRs, and tickets.1
Generate this week's summary
2
Review the summary
Example weekly output:
3
Try different time ranges
Essential Commands Cheat Sheet
Here are the most common commands you’ll use daily:Output Formats
DevDaily supports multiple output formats for different workflows:- Markdown
- Slack
- Plain Text
- JSON
Default format, perfect for GitHub, Notion, or documentation:
Common Options
These flags work across most commands:Next Steps
Now that you’ve mastered the basics, explore more advanced features:Configuration
Customize DevDaily to match your workflow
Commands Reference
Complete reference for all commands and options
Context & Memory
Learn about auto-snapshots and work journaling
Integrations
Connect Jira, Linear, Slack, and Discord
Tips & Tricks
Troubleshooting
No commits found
Problem:No commits or PRs found in the last 1 day(s)
Solution:
GitHub Copilot CLI not working
Problem:GitHub Copilot CLI not found
Solution:
Not in a git repository
Problem:Not a git repository
Solution: