Skip to main content
Use these examples as starting points for prompts in pool or pool exec.

Refactoring a module

@src/auth/ Refactor the authentication module to use the new OAuth2 library.
Update all imports and ensure tests still pass.

Adding a feature

Add a dark mode toggle to the app. Update the theme system, add a toggle
component in the settings, and persist the preference to localStorage.

Fixing issues

@src/components/DataTable.tsx Fix the pagination bug where clicking "Next"
on the last page causes an error. Add defensive checks and update tests.