.dotfiles
Neovim setup, code review checks, and Jira progress updates
All Skills in This Repository (3)
Pure Emerald Level Indicatorsjira-progress
Convert Claude Code session work into Chinese Jira progress comments.
reviewing-ai-generated-code
Validate AI-generated code against task specs and conversation context.
dotfiles-git
Manage dotfiles in a bare Git repository with HOME as the work tree.
Frequently Asked Questions
FAQPage SchemaHow to install leonasdev dotfiles?▼
Run `npx skills add leonasdev/.dotfiles --all -g -y` in your terminal to install all skills in this repository globally.
How to review code written by another AI?▼
The reviewing-ai-generated-code skill checks another assistant's commits for hallucinated APIs, fake tests, and silent failures, then produces a structured review report.
How to write Jira progress updates automatically?▼
The jira-progress skill turns your current work session into a ready-to-paste Jira comment in proper wiki markup, matching the style of existing ticket comments.
How to manage dotfiles with a bare git repo?▼
The dotfiles-git skill routes git commands through the bare repository alias so files under your home directory are tracked correctly without a normal .git folder.
What does the Neovim config include?▼
It provides fast startup with lazy loading, LSP support, autocompletion, syntax highlighting, fuzzy finding, and git integration out of the box.
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