dotbot-v3
Managed coding workflows with task isolation and audit trails
All Skills in This Repository (13)
Pure Emerald Level Indicatorsverify
Run privacy, git cleanliness, and push status verification gates.
status
Aggregate task queues, active sessions, and git status into a project dashboard.
write-unit-tests
Generate unit tests for C# code with Arrange-Act-Assert structure.
write-test-plan
Generate QA/UAT test plans from product specifications and task definitions.
Create EF Migration
Generate Entity Framework Core migration scripts from model changes.
Entity Design (EF Core)
Design EF Core entities with Fluent API mappings and owned types.
create-migration
Creates Entity Framework Core database migrations from C# entity and DbContext changes.
integrate-graph-api
Integrate with Microsoft Graph API to access Microsoft 365 emails, calendar events, and user profiles.
setup-background-job
Configure scheduled background jobs in .NET applications using Quartz.NET.
entity-design
Design domain entities with consistent structure, relationships, and audit fields.
implement-api-endpoint
Guide REST API endpoint implementation with route definition, validation, and HTTP status codes.
implement-telegram-bot
Implement Telegram bot interactions with the Telegram.Bot library in C#.
Frequently Asked Questions
FAQPage SchemaHow to install dotbot-v3?โผ
Run `npx skills add andresharpe/dotbot-v3 --all -g -y` in your terminal to install all skills in this suite globally.
What does dotbot do for coding projects?โผ
It wraps coding work in managed workflows where each task is planned, implemented, tested, and committed in its own isolated git worktree. Every step is logged so your team can audit exactly what happened.
Which AI providers does dotbot support?โผ
It works with Claude, Codex, and Antigravity, and you can switch providers from the dashboard settings. Each task can also use a different model to control costs.
Can dotbot handle .NET development tasks?โผ
Yes. It ships with .NET stacks covering EF Core migrations, entity design, API endpoints, unit tests, Blazor components, and background jobs.
Do I need to write code to use dotbot?โผ
No. You describe the work in plain language or start from a Jira ticket, and the workflow engine executes tasks while you monitor progress from the web dashboard.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core