Agent Skills by RadixArk
Showing 7 vetted skills indexed across 1 GitHub repositories.
ci-e2e-time-tune
Calibrates E2E test time estimates from complete GitHub Actions CI logs.
doc-dev
Keeps source files consistent with their governing header and central documentation.
ci-fetch-log
Fetch complete GitHub Actions job logs and diagnose failed CI jobs from saved evidence.
neon-access
Executes arbitrary PostgreSQL SQL against the Neon database through an authorized GitHub Actions workflow.
setup-ci-host
Prepare a physical CI host filesystem layout for miles GitHub Actions runners.
manage-gh-runners
Provision, list, update, and deregister GitHub Actions self-hosted runners via Docker.
mechanical-refactor-verify
Validate mechanical refactors by running a transform script against a target commit.
Frequently Asked Questions About RadixArk
FAQPage SchemaWhat specific tasks does RadixArk enable for DevOps engineers?▼
RadixArk enables the rapid provisioning, listing, and deregistration of self-hosted GitHub runners. It also facilitates the preparation of host filesystems and provides a mechanism to verify the accuracy of mechanical refactoring operations against target repository commits.
Which technical personas benefit from these capabilities?▼
These capabilities are designed for DevOps engineers, platform architects, and software maintainers who manage high-volume continuous integration environments. It is particularly useful for teams requiring custom runner infrastructure and rigorous validation of automated code refactoring patterns.
What are the prerequisites for deploying these runner management functions?▼
Deployment requires a Linux-based host environment with Docker installed to manage the runner containers. Users must also possess appropriate GitHub organization or repository administrative permissions to register self-hosted runners and execute the verification logic against target commits.