Fix lint errors
Run your linter and auto-fix all lint errors. Kepler will apply fixes and open a PR.
Pre-built task templates for common development workflows. Give Kepler a task, it handles the rest.
Run your linter and auto-fix all lint errors. Kepler will apply fixes and open a PR.
Analyze your JavaScript and add proper TypeScript types throughout your codebase.
Review your PR and leave actionable code review comments with suggestions.
Analyze your project and generate a comprehensive README with setup, usage, and API docs.
Generate OpenAPI specs or JSDoc comments for your API endpoints.
Scan git history and generate a changelog draft from your commit messages.
Analyze your code and generate unit tests with good coverage.
Set up end-to-end tests with Playwright or Cypress.
Analyze failing tests and fix the underlying issues.
Update legacy code to modern syntax (async/await, optional chaining, etc.).
Identify repeated code and extract it into reusable components or functions.
Scan for common security issues and provide fixes.