CIPWE docs
Getting Started
Install and run CIPWE in under 60 seconds.
5 sections~8 min readPractical examples included
On this page
Who this is for
CIPWE is for teams that want to be discoverable and answerable by AI agents like ChatGPT, Gemini, Claude, and Perplexity.
- Growth teams improving answer-engine visibility
- Engineering teams building repeatable quality gates
- SEO/content teams validating machine-readable structure
Quickstart
Use npx for zero setup.
npx cipwe audit https://your-site.comRecommended first workflow
Follow this order to get impact fast and avoid analysis paralysis.
- Run audit on your highest-traffic URL first
- Fix critical score gaps with the fix command
- Re-run audit and track score delta
- Roll checks into CI once your baseline stabilizes
npx cipwe audit https://your-site.com
npx cipwe fix https://your-site.com
npx cipwe audit https://your-site.comInstallation options
Pick the approach that fits your workflow.
- npx for one-time runs and quick checks
- Global install for frequent CLI usage
- Project dev dependency for CI consistency
npm install -g cipwe
# or
npm install --save-dev cipweSuccess criteria for week 1
A practical baseline to know adoption is working.
- At least one production URL audited
- A repeatable command shared with the team
- Initial score documented in your tracker
- One remediation cycle completed