One-click install
npx skills add https://github.com/TrendpilotAI/invesco-demo --skill setup-trendpilotai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup
Source: https://github.com/TrendpilotAI/invesco-demo/tree/main/skills/compound-engineering/skills/setup
Command: npx skills add https://github.com/TrendpilotAI/invesco-demo --skill setup-trendpilotai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the configuration of automated code review agents for your project, ensuring that the right tools are used for your specific development stack and priorities.

Core Features & Use Cases

  • Automated Stack Detection: Intelligently identifies your project's programming language and framework (e.g., Rails, Python, TypeScript).
  • Customizable Agent Selection: Allows you to choose specific review areas like security, performance, and architecture.
  • Configuration File Generation: Automatically creates and updates a compound-engineering.local.md file with your chosen settings.
  • Use Case: Before starting a new feature, run this setup to ensure your code review process is optimized for your Ruby on Rails project, focusing on security and performance.

Quick Start

Run the setup skill to auto-configure review agents for your project.

Frequently Asked Questions about setup

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

FAQPage Schema
How do I configure code review agents for my specific development stack?

Configuring code review agents involves running the setup skill, which auto-detects your development stack and generates a `compound-engineering.local.md` file. You can customize focus areas like security, performance, and architecture before the configuration file is created.

Can I customize code review agents to focus on security and performance?

Customizing code review agents for security and performance is supported during setup. You select your preferred focus areas and review depth, and the tool generates a `compound-engineering.local.md` file reflecting those choices for your project.

Does the code review setup work with Rails, Python, and TypeScript projects?

The setup skill supports Rails, Python, and TypeScript projects by intelligently auto-detecting the development stack. It applies stack-specific defaults to configure appropriate programming language reviewers and analysis tools.

What is a compound-engineering.local.md file used for in project setup?

The `compound-engineering.local.md` file defines `review_agents` and `plan_review_agents` for your project. It stores stack-specific defaults and your selected focus areas to streamline automated code review configuration.

How do I auto-detect my development stack for automated code review?

Auto-detecting your development stack for automated code review requires running the setup skill. It identifies your programming language and framework, applying stack-specific defaults to configure the appropriate review agents.

What's the best way to optimize code review for a Ruby on Rails project?

To optimize code review for a Ruby on Rails project, run the setup skill to auto-detect the framework and configure your review agents. You can customize the focus areas for security and performance to ensure the process is optimized.