Ready-to-use prompts to help you get the most out of Komos Studio. Copy and customize these examples for your own use cases.
Get detailed code review suggestions from AI.
Review this code for potential improvements:
```javascript
function fetchData(url) {
return fetch(url).then(r => r.json());
}
```
Focus on error handling, performance, and best practices.Generate creative content with AI assistance.
Write a compelling opening paragraph for a science fiction story set on Mars in 2150. The protagonist is a botanist who discovers something unexpected in the greenhouse.
Analyze and summarize documents efficiently.
Analyze the uploaded document and provide: 1. A brief summary (2-3 sentences) 2. Key points and takeaways 3. Any action items mentioned 4. Questions for clarification
Get detailed descriptions of images.
Describe this image in detail, including: - Main subjects and objects - Colors and composition - Mood and atmosphere - Any text visible in the image
Compare different options or solutions.
Compare React and Vue.js for a new web application project. Consider: - Learning curve - Performance - Ecosystem and community - Best use cases Provide a balanced analysis with pros and cons.