feature-review

Analyze repository feature configurations and recommend optimizations.

Updated Feb 22, 2026
One-click install
npx skills add https://github.com/phoenixvc/agentkit-forge --skill feature-review-phoenixvc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feature-review
Source: https://github.com/phoenixvc/agentkit-forge/tree/main/.agents/skills/feature-review
Command: npx skills add https://github.com/phoenixvc/agentkit-forge --skill feature-review-phoenixvc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps ensure that the feature configuration for a repository is accurate, efficient, and aligned with the codebase, preventing misconfigurations and identifying optimization opportunities.

Core Features & Use Cases

  • Configuration Analysis: Examines enabled/disabled features, checks for dependency issues, and finds unused features.
  • Recommendation Engine: Suggests features that should be enabled based on codebase patterns.
  • Use Case: Before merging a new feature branch, run this Skill to verify that all related configurations are correctly set up and that no obsolete features are enabled, ensuring a clean and optimized project state.

Quick Start

Run the feature-review skill to analyze the current feature configuration for the repository.

Frequently Asked Questions about feature-review

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

FAQPage Schema
How do I check for unused features and dependency misconfigurations in my repo?

To check for unused features and dependency misconfigurations, you need to parse your YAML configuration files and analyze codebase patterns. This process identifies enabled or disabled features and flags obsolete configurations for cleanup.

What is the best way to review feature flags before merging a new branch?

The best way to review feature flags before merging is to run an automated configuration analysis on your repository. This verifies that related configurations are correctly set up and detects any obsolete features still enabled.

How does codebase pattern analysis recommend which features to enable?

Codebase pattern analysis recommends features to enable by examining your current codebase structure against your YAML configuration. It identifies optimization opportunities and suggests optimal feature enablement based on detected patterns.

Can I use this configuration analysis for routine project maintenance workflows?

Yes, you can use this configuration analysis for routine project maintenance workflows. It applies directly to project setup and maintenance by ensuring your feature configuration remains accurate, efficient, and aligned with the codebase.

Why does my project have dependency misconfigurations in my feature setup?

Dependency misconfigurations occur when your YAML configuration files are not aligned with your actual codebase patterns. Analyzing these configurations helps identify enabled or disabled features and resolves mismatched dependencies.