Use Jules for Package Management and AI-Native Tasks
mainManage dependencies, identify technical debt, and perform high-level architectural analysis using these specialized prompts.
// Upgrade my linter and autofix breaking config changes
// Show me the changelog for React 19
// Which dependencies can I safely remove?
// Check if these packages are still maintained
// Set up Renovate or Dependabot for auto-updates
// Analyze this repo and generate 3 feature ideas
// Identify tech debt in this file
// Find duplicate logic across files
// Cluster related functions and suggest refactors
// Help me scope this issue so Jules can solve it
// Convert this function into a reusable plugin/module
// Refactor this Python function to be more amenable to parallel processing (e.g., using multiprocessing or threading)...