.claude/skills/worker/SKILL.md
Autonomous ticket execution — polls a provider, picks up ready tickets, and runs the full ERNE pipeline (validate, plan, code, test, review, PR).
npx skillsauth add JubaKitiashvili/everything-react-native-expo workerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
erne worker --config <path-to-worker.json>
| Flag | Description |
|------|-------------|
| --config <path> | Path to worker configuration JSON (required) |
| --dry-run | Fetch tickets and print them without executing |
| --once | Process one ticket and exit |
See worker.example.json at the project root for a full example. Key sections:
provider — Type, credentials, poll interval, filtersrepo — Local path, base branch, remoteerne — Hook profile, quality gates, confidence thresholdlog — File path and log level# Dry run to see available tickets
erne worker --config worker.json --dry-run
# Process one ticket and stop
erne worker --config worker.json --once
# Continuous polling mode
erne worker --config worker.json
development
Guided version migration for React Native and Expo SDK upgrades
development
Test-driven development workflow for React Native — Jest, React Native Testing Library, and Detox
development
Mobile security audit for React Native applications
development
Step-by-step performance diagnosis and optimization for React Native apps