add-authentication-system
Add auth with JWT, OAuth, or Supabase
npx vibery install add-authentication-system Pick your goal and we'll suggest the perfect stack
Add auth with JWT, OAuth, or Supabase
npx vibery install add-authentication-system Generate or update CHANGELOG.md based on git commits using conventional commits format.
npx vibery install add-changelog Initialize CI configuration for your project
npx vibery install ci-setup Create system architecture docs
npx vibery install create-architecture-documentation Generate developer onboarding documentation
npx vibery install create-onboarding-guide Create a GitHub pull request with auto-generated description from commits and changes.
npx vibery install create-pr Audit dependencies for vulnerabilities
npx vibery install dependency-audit Set up deployment monitoring and alerts
npx vibery install deployment-monitoring Generate API documentation from code annotations
npx vibery install doc-api Create Docker configuration for containerizing your application.
npx vibery install docker-setup Analyze a GitHub issue and implement the fix with proper branching and PR creation.
npx vibery install fix-github-issue Generate OpenAPI/Swagger documentation
npx vibery install generate-api-documentation Generate comprehensive unit, integration, and E2E tests
npx vibery install generate-tests Initialize and configure Git for a new project with best practices.
npx vibery install git-setup Add intelligent caching layer
npx vibery install implement-caching-strategy Convert JavaScript to TypeScript
npx vibery install migrate-to-typescript Next.js specific performance analysis for SSR, SSG, and bundle optimization
npx vibery install nextjs-performance-audit API latency analysis and optimization recommendations
npx vibery install optimize-api-performance Optimize build process with caching and parallel execution
npx vibery install optimize-build Analyze and reduce JavaScript bundle size
npx vibery install optimize-bundle-size Optimize slow queries and indexes
npx vibery install optimize-database-performance Detect and fix memory leaks
npx vibery install optimize-memory-usage Run penetration testing simulation on application
npx vibery install penetration-test Analyze performance and Core Web Vitals
npx vibery install performance-audit Perform comprehensive code review on a pull request with security, performance, and best practices checks.
npx vibery install pr-review Prepare release with changelog and version bump
npx vibery install prepare-release Intelligently refactor code for maintainability
npx vibery install refactor-code Scan codebase for exposed secrets and credentials
npx vibery install secrets-scanner Run OWASP Top 10 security audit on codebase
npx vibery install security-audit Create CI/CD pipeline configuration
npx vibery install setup-ci-cd-pipeline Set up full testing infrastructure
npx vibery install setup-comprehensive-testing Orchestrate comprehensive test suites across unit, integration, and E2E
npx vibery install test-automation-orchestrator Analyze and improve test coverage across the codebase with detailed reporting.
npx vibery install test-coverage Set up a testing framework for your project.
npx vibery install test-setup Automatically update documentation based on code changes, including README, API docs, and inline comments.
npx vibery install update-docs