CLI Workflows¶
Common patterns for daily DevDuck usage.
Code Review¶
DevDuck runs git log, reads the diffs, analyzes for vulnerabilities, and reports findings.
Project Scaffolding¶
Creates directory structure, writes all files, sets up Docker Compose, and runs initial tests.
Bug Investigation¶
Reads the error, finds the source file, applies the fix, and re-runs the test.
File Operations¶
Combines file_read (search mode), use_github (create issues), and summarizes what was created.
Shell Automation¶
Prefix ! for direct shell. Then natural language to investigate logs, edit configs, and restart.
Session Recording¶
🦆 record
🦆 set up the CI pipeline for this project
... agent creates .github/workflows, configures tests, etc. ...
🦆 record
🎬 Session exported: /tmp/devduck/recordings/session-20260326.zip
Later, resume:
Scheduled Tasks¶
Uses the scheduler tool to create a cron job that runs automatically.