Agent skill · DevOps & Cloud

newman-cicd-integration

Generate ready-to-use CI/CD pipeline configurations that install and run Newman for automated API testing. Use this skill whenever the user wants to run Newman in a CI pipeline, integrate Postman collections into automated builds, set up API tests in GitHub Actions, GitLab CI, Jenkins,...

Nick44,086★ · +407/wk · 1 repos on radarProfile →
claude-codecodexcursorMIT
Install
npx skills add sickn33/agentic-awesome-skills --skill newman-cicd-integration --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 9 KB
Bundled scripts: none
Path: skills/newman-cicd-integration/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Newman CI/CD Integration Generator ## When to Use Use this skill when you need generate ready-to-use CI/CD pipeline configurations that install and run Newman for automated API testing. Use this skill whenever the user wants to run Newman in a CI pipeline, integrate Postman collections into automated builds, set up API tests in GitHub Actions, GitLab CI, Jenkins,... Generate complete, copy-paste-ready CI/CD pipeline configs that install Newman and run Postman collections as part of automated builds. --- ## What to Collect From the User Before generating a config, determine: 1. **CI platform** — GitHub Actions, GitLab CI, Jenkins, Azure DevOps, CircleCI, Bitbucket? 2. **Collection source** — local file in repo, or Postman API URL? 3. **Environment** — local env file in repo, or env vars injected by CI secrets? 4. **Reporters needed** — JUnit XML (for CI test results panel), HTML report, or both? 5. **Node.js version** preference (default: 18) 6. **Trigger** — on every push, pull request, schedule, or after deploy? 7. **Fail build on test failure?** — almost always yes; confirm --- ## Platform Templates ### GitHub Actions ```yaml name: API Tests on: push: branches: [main, develop]

What's inside
Steps it walks through
  1. When to Use
  2. What to Collect From the User
  3. Platform Templates
  4. GitHub Actions
  5. GitLab CI
  6. Jenkins (Declarative Pipeline)
  7. Azure DevOps
  8. CircleCI
  9. Best Practices
  10. Secrets — never hardcode credentials
  11. Store collection and environment files in the repo
  12. Always use if: always() / when: always
  13. Exit codes
  14. How to Generate Configs
More from agentic-awesome-skills
All skills →
About this skill
What does the newman-cicd-integration skill do?

Generate ready-to-use CI/CD pipeline configurations that install and run Newman for automated API testing. Use this skill whenever the user wants to run Newman in a CI pipeline, integrate Postman collections into automated builds, set up API tests in GitHub Actions, GitLab CI, Jenkins,...

How do I install it?

Run `npx skills add sickn33/agentic-awesome-skills --skill newman-cicd-integration --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going