Quick code comment
code

Add a brief docstring.

Add a one-line docstring for this language function.
Jordan Lee·public·4h
SQL query helper
code

Write a query.

Write a database SQL query to task. Table context: table_context. Return only the query, no explanation.
Jordan Lee·public·4h
Refactor suggestion
code

Code improvement plan.

Analyze this language code and suggest refactoring. Provide: 1) Summary of current issues (readability, performance, maintainability). 2) Step-by-step refactor plan. 3) Example of improved code structure. Context: context.
Jordan Lee·public·4h
API design doc
code

API specification.

Design an API for api_purpose. Include: overview, authentication method, base URL structure, 5-8 endpoints with method, path, request body schema, response schema, error codes. Use REST conventions. Consider rate limiting and versioning.
Jordan Lee·public·4h
System design doc
code

Technical architecture.

Design a system for system_purpose. Include: problem statement, requirements (functional and non-functional), high-level architecture diagram description, component breakdown, data flow, database schema considerations, API design overview, scaling strategy, security considerations, trade-offs and alternatives. Scale: scale.
Jordan Lee·public·4h
Unit test generator
code

Test cases from spec.

Generate unit tests for a language component_type. Based on: spec_or_behavior. Include: happy path tests, edge cases, error handling. Use test_framework. Mock external dependencies. Aim for coverage coverage.
Jordan Lee·public·4h
Debugging assistant
code

Structured bug investigation.

Help debug this language issue. Error: error_message. Context: context. Provide: 1) Likely causes (ranked). 2) Step-by-step diagnostic steps. 3) Fix suggestions with code snippets. 4) Prevention tips.
Jordan Lee·public·4h