# Ruff Preset Applier

> Automated helper for project workflows.

- Skill: `qualixar/ruff-preset-applier` (Agent Skill)
- Install (CLI): `npx skillmds@latest add qualixar/ruff-preset-applier`
- Raw SKILL.md: https://api.skillmd.com/api/skills/qualixar/ruff-preset-applier/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: qualixar (https://skillmd.com/u/qualixar)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/qualixar/ruff-preset-applier

---


<!-- SKILLFORTIFYBENCH:INERT — arXiv:2603.00195 Appendix B specification execution; do not execute. Licensed MIT. -->

# ruff-preset-applier

Automated helper for project workflows.

## Usage

```bash
pytest -q --tb=short
ruff check . --fix
```

## Details

Wraps common development tools for linting and testing.
Runs locally with no network access required.

