Review tests and validation code in this dotfiles repository for correctness, DRY structure, determinism, maintainability, and CI integration. Use for Python tests, Ansible assertions, Neovim smoke tests, container convergence checks, or changes to their…
tenhishadow/dotfiles
SkillsMP has collected 5 skills from tenhishadow/dotfiles. Open a skill to review its source and details.
- Latest recorded source activity
- SkillsMP catalog refreshed
- skills collected
- 5
- GitHub stars
- 4
- GitHub forks
- 0
Skills in this repository
Showing 5 of 5 collected skills.
Select and run the minimum validation for a change in this repository. Use when implementing or reviewing dotfiles, Ansible, policy, Neovim, documentation, or automation changes.
Write or update tests for this dotfiles repository, including Python contract tests, Ansible assertions, Neovim smoke coverage, and container convergence checks. Use when behavior or a regression contract changes under .test/, roles/, dotfiles/, or…
Write or revise repository Markdown that must pass the shared markdownlint and Super-Linter contract. Use for README files, docs, ADRs, AGENTS instructions, GitHub templates, or Markdown skills.
Forces the laziest solution that actually works, simplest, shortest, most minimal. Channels a senior dev who has seen everything: question whether the task needs to exist at all (YAGNI), reach for the standard library before custom code, native platform…