ansible-automation-eng…
Ansible automation: playbooks, roles, collections, Molecule testing, Vault security.
**Scope**: Rule taxonomy, confidence scoring, CLAUDE.md output formats
$ npx -y skills add notque/vexjoy-agent --agent claude-codeHow it fires
How this agent gets triggered: by you, by Claude, or both.
Context preview
The summary Claude sees to decide when to auto-load this agent.
**Scope**: Rule taxonomy, confidence scoring, CLAUDE.md output formats
> **Scope**: Rule taxonomy, confidence scoring, CLAUDE.md output formats
Six categories (not all always present). Confidence scoring prevents over-fitting to single-repo conventions. Low-confidence rules: flag, don't omit.
| Category | What to Look For | Signal Source | Confidence Threshold | |----------|-----------------|---------------|---------------------| | **Naming** | Variable, function, type naming conventions | Code files, PR reviews rejecting bad names | 3+ repos for high | | **Error Handling** | Return patterns, error wrapping, panic usage | Go/Python/JS error handling in code | 2+ repos | | **Testing** | Test file organization, assertion style, coverage habits | `*_test.go`, `test_*.py`, `*.spec.ts` | 2+ repos | | **Architecture** | Package structure, separation of concerns, layering | Directory layout, import patterns | 2+ repos | | **Style** | Formatting preferences beyond auto-formatters | PR review comments, linter config | 3+ repos | | **Documentation** | Comment style, README format, docstring habit | Comment density, PR review comments on docs | 2+ repos |
---
Confidence = HIGH if pattern appears in 3+ repos independently Confidence = MEDIUM if pattern appears in 2 repos OR 1 repo with 5+ instances Confidence = LOW if pattern appears in 1 repo with < 5 instances EXCEPTION: If repos < 3 total, downgrade all scores by one level.
| Level | Minimum Evidence | CLAUDE.md Output | |-------|-----------------|-----------------| | HIGH | 3+ repos, independent occurrence | Full rule with examples | | MEDIUM | 2 repos or 1 repo, multiple instances | Rule with confidence note | | LOW | Single instance | Note with "unverified" tag | | SKIP | Generic/universal pattern | Do not emit — adds no value |
---
## Error Handling
- Wrap errors with context: `return fmt.Errorf("fetchUser %d: %w", id, err)`
_Observed in: github.com/user/service-a (7 instances), github.com/user/cli-tool (4 instances), github.com/user/api-gateway (3 instances)_
- Never ignore error returns: always `if err != nil { return ... }`
_Observed in: all 5 analyzed repos — consistent pattern_{
"rule": "Wrap errors with context using %w",
"category": "error-handling",
"confidence": "high",
"language": "go",
"evidence": [
{"repo": "user/service-a", "file": "internal/user/repo.go", "line": 42, "snippet": "fmt.Errorf(\"fetchUser %d: %w\", id, err)"},
{"repo": "user/cli-tool", "file": "cmd/root.go", "line": 18, "snippet": "fmt.Errorf(\"init: %w\", err)"}
],
"counter_examples": 0
}---
Universal patterns ("use meaningful names", "write tests") add no value. Only emit non-obvious choices:
---
Without evidence, the rule is a guess. Every rule must cite: repo, file (or pattern), optionally line/snippet.
---
Single-repo patterns may be project-enforced (framework formatter, contributing guide). Cross-reference 2+ repos. When in doubt: `"project-specific"` label.
---
Reviews reveal what the developer enforces on others. Priority order: 1. PR review comments (explicit preferences) 2. Cross-repo patterns (consistent habits) 3. Single-repo patterns (may be project-specific) 4. README/CONTRIBUTING files (project-scoped)
---
HIGH: Uses snake_case for all Python variables (5 repos) HIGH: Uses kebab-case for CLI flags, camelCase for config keys (4 repos) MEDIUM: Prefixes interfaces with 'I' in TypeScript (2 repos) LOW: Uses 'mgr' abbreviation for manager variables (1 repo)
HIGH: Separates HTTP handler layer from business logic (services/ + handlers/) (4 repos) HIGH: Places all external integrations in adapters/ directory (3 repos) MEDIUM: Uses repository pattern for data access with interface-based mocking (2 repos)
HIGH: Uses table-driven tests in Go with struct{name string; input X; want Y} pattern (5 repos)
HIGH: Names test files foo_test.go (not test_foo.go) even in Python projects (3 repos)
MEDIUM: Uses testify/assert in preference to standard testing package (2 repos)---
Essays and writing behind this toolkit live at vexjoy.com. VexJoy Agent connects plain-English requests to specialist agents, skills, and workflows. /do selects the knowledge and tools needed for your task.
Repo: notque/vexjoy-agent
Ansible automation: playbooks, roles, collections, Molecule testing, Vault security.
**Scope**: Module selection patterns, builtin vs command/shell decisions, collection modules, and version-specific module changes **Version range**:…
**Scope**: Molecule test scenarios, ansible-lint rules, idempotency validation, and check-mode patterns **Version range**: Molecule 6.0+ / ansible-lint 6.0+ /…
Universal rules injected by /do at dispatch. Each agent's .md file supplies domain rules.
**Scope**: Failure modes in agent output style — over-reporting, self-congratulation, verbose narration, and hedging. Covers what to detect and how to fix…
Zero-dependency combat visual upgrades: CSS particle replacement, Framer Motion combat juice, CSS 3D card transforms.