Skip to content

Claude Code

Terminal window
claude
Terminal window
/init

Terminal window
give me an overview of this codebase
Terminal window
explain the main architecture patterns used here
Terminal window
what are the key data models?

Terminal window
how is authentication handled?
Terminal window
find the files that handle user authentication
Terminal window
how do these authentication files work together?
Terminal window
trace the login process from front-end to database

Terminal window
I'm seeing an error when I run npm test
Terminal window
suggest a few ways to fix the @ts-ignore in user.ts
Terminal window
update user.ts to add the null check you suggested

Terminal window
find deprecated API usage in our codebase
Terminal window
suggest how to refactor jquery-migrate.js to use modern JavaScript features
Terminal window
refactor jquery-migrate.js to use modern JavaScript features while maintaining the same behavior. Upgrading to Foundation 6 is not an option right now.
Terminal window
run tests for the refactored code

Terminal window
find functions in NotificationsService.swift that are not covered by tests
Terminal window
add tests for the notification service
Terminal window
add test cases for edge conditions in the notification service
Terminal window
run the new tests and fix any failures

Terminal window
create a pr
Terminal window
enhance the PR description with more context about the security improvements
Terminal window
add information about how these changes were tested

Terminal window
find functions without proper JSDoc comments in the auth module
Terminal window
add JSDoc comments to the undocumented functions in auth.js
Terminal window
improve the generated documentation with more context and examples
Terminal window
check if the documentation follows our project standards

Terminal window
What does this image show?
Describe the UI elements in this screenshot
Are there any problematic elements in this diagram?
Terminal window
Here's a screenshot of the error. What's causing it?
This is our current database schema. How should we modify it for the new feature?
Terminal window
Generate CSS to match this design mockup
What HTML structure would recreate this component?

Terminal window
I need to implement a new authentication system using OAuth2 for our API. Think deeply about the best approach for implementing this in our codebase.
Terminal window
think about potential security vulnerabilities in this approach
think harder about edge cases we should handle

Terminal window
/init
Terminal window
Terminal window

Terminal window
/init
Terminal window
Terminal window