Aider configuration with automatic testing enabled for NeoVim dotfiles. Runs make clean test and displays logs on failure.
Configuration for Aider AI pair programming tool with automatic testing enabled for NeoVim dotfiles development.
This skill configures Aider to automatically run tests after each code change. It executes `make clean test` and displays detailed logs if tests fail, making it ideal for test-driven development workflows with NeoVim configurations.
When working with this Aider configuration:
1. **Automatic Test Execution**: After each code modification, Aider will automatically run `make clean test`
2. **Test Failure Handling**: If tests fail, the configuration will:
- Display the contents of `./build/nvim-smoke-test/logs/run-recent.log`
- Exit with failure status to signal the problem
- Allow you to review the full test output
3. **Clean Test Runs**: The `make clean` ensures each test run starts from a clean state, preventing false positives from cached artifacts
4. **Workflow**:
- Make code changes through Aider
- Tests run automatically
- Review test results
- Iterate based on feedback
Leave a review
No reviews yet. Be the first to review this skill!
# Download SKILL.md from killerskills.ai/api/skills/aider-auto-test-neovim/raw