dotfiles
Developer environment setup and daily coding workflow automation
All Skills in This Repository (10)
Pure Emerald Level Indicatorsbms:poc
Create a minimal, working proof-of-concept to validate an idea.
bms:git-log-summary
Summarize git log changes grouped by feature or area with commit IDs and authors.
bms:draft-pr
Create draft pull requests with summaries and PR templates via GitHub CLI.
bms:code-review
Identify correctness, edge-case, and maintainability issues in code.
bms:summarise-diary
Summarize monthly diary entries into a structured markdown performance report.
bms:proofread-blog
Review blog posts for clarity, balance, and structure with editorial feedback.
bms:dependency-evaluator
Evaluates GitHub repositories for adoption suitability using metadata and README analysis.
bms:log-session
Append a one-line OpenCode session summary to today's diary under Completed.
bms:github-issue-analyzer
Fetch GitHub issue details and generate a root-cause analysis with file references.
bms:resolve-pr-comments
Resolve open GitHub PR comments by applying and pushing fixes.
Frequently Asked Questions
FAQPage SchemaHow to install benmatselby/dotfiles?βΌ
Run `npx skills add benmatselby/dotfiles --all -g -y` in your terminal to install all skills in this collection globally.
What does this dotfiles repository set up?βΌ
It configures your entire development environment, including zsh, Git, Neovim, VS Code, tmux, Homebrew packages, and database tools, through simple install scripts.
How to automate pull request reviews with AI?βΌ
The included skills let your agent create draft PRs, perform strict code reviews, and resolve review comments by committing fixes and closing threads automatically.
Can it analyze GitHub issues automatically?βΌ
Yes. The issue analyzer skill fetches any GitHub issue, explores the related code, identifies the root cause, and suggests concrete fixes.
Do I need coding experience to use these skills?βΌ
Basic terminal familiarity helps for the dotfiles setup, but the workflow skills run from plain-English requests once installed.
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