Analyzr
Jul 2026

ClaudeGitHub ActionsGitLab CIAzure Pipelines
Introduction
Writing a CI/CD pipeline means knowing a pile of unglamorous facts about a project: which package manager it uses, which language versions, what the build and test commands are, whether a pipeline already exists, where it deploys, which environment variables it expects. Analyzr is a package of skills that gathers those facts once and then generates the pipeline from them.
Installation
npx skills add zidanesalim/analyzr
Four skills: One reads the project; three generate pipelines (GitLab CI, GitHub Actions, Azure Pipelines).
One reading, shared by every skill
The first skill, analyzr-create, reads the project and creates an Analyzr.md
file with the context needed to generate pipelines.
The other generation skills then use that file instead of reading the whole project themselves.