suggest-tasks

Analyze software projects and output findings as structured TaskCreate payloads.

Updated Jan 24, 2026
One-click install
npx skills add https://github.com/strataga/claude-setup --skill suggest-tasks
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: suggest-tasks
Source: https://github.com/strataga/claude-setup/tree/main/skills/suggest-tasks
Command: npx skills add https://github.com/strataga/claude-setup --skill suggest-tasks

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Discover actionable tasks within a software project.

Core Features & Use Cases

  • Comprehensive project analysis surfaces issues from Git status, TODO/FIXME/HACK comments, test coverage gaps, dependency vulnerabilities, documentation gaps, and security concerns.
  • Framework-aware insights identify Rails, Node.js/TypeScript, Python, and Rust specific issues for broader coverage.
  • Actionable task generation creates scannable tasks with clear context for tracking and resolution.

Quick Start

Run a scan of the current project to generate actionable tasks from all findings.

Frequently Asked Questions about suggest-tasks

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automatically find actionable tasks in a software project?

To discover actionable tasks, scan your project to surface issues from Git status, TODO comments, and dependency vulnerabilities. The analysis structures these findings into scannable tasks with clear subjects and descriptions for tracking.

Can I analyze project tasks for framework-specific issues in Rails or Node.js?

Yes, you can analyze project tasks across Rails, Node.js/TypeScript, Python, and Rust. The scan applies universal project checks alongside framework-aware insights to identify specific issues in those environments.

What is the best way to extract TODO and FIXME comments into trackable tasks?

The best way to extract TODO and FIXME comments is running a comprehensive project analysis. This surfaces code annotations, documentation gaps, and test coverage issues, converting them into structured task payloads.

Does project task discovery work without configuring external dependencies?

Project task discovery works without external dependencies. It analyzes the existing codebase directly to surface dependency vulnerabilities, security concerns, and actionable items into structured outputs.