update-features

Audit and update monorepo feature code to match current template patterns.

Updated Feb 8, 2026
One-click install
npx skills add https://github.com/raulnq/node-hono-react-monorepo --skill update-features
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: update-features
Source: https://github.com/raulnq/node-hono-react-monorepo/tree/main/.claude/skills/update-features
Command: npx skills add https://github.com/raulnq/node-hono-react-monorepo --skill update-features

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill ensures that your project's feature code remains consistent with the latest template patterns after a template sync, preventing outdated code from causing issues.

Core Features & Use Cases

  • Automated Code Auditing: Scans backend and frontend features for deviations from established patterns.
  • Pattern Enforcement: Updates code to adhere to current conventions for endpoints, database schemas, stores, components, and pages.
  • Use Case: After updating a monorepo template, use this skill to automatically refactor existing feature modules to match the new best practices defined in the template's skills.

Quick Start

Run the update features skill to audit and align all feature code with current template patterns.

Frequently Asked Questions about update-features

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

FAQPage Schema
How do I refactor existing monorepo features to match a new template?

You can align feature code by auditing backend endpoints, database tables, frontend stores, components, and pages against current template patterns, applying reference skills to enforce consistency and update outdated code.

What is the best way to audit code consistency after a monorepo template sync?

The best way to audit code consistency is by scanning existing backend and frontend feature modules for deviations from established patterns, automatically updating the code to adhere to current conventions defined in the template.

Can I update database schemas and frontend stores simultaneously during a code audit?

Yes, you can update database schemas and frontend stores simultaneously by applying multiple reference skills to ensure the entire feature module adheres to current conventions across both backend and frontend layers.

Does this code refactoring approach work with backend endpoints and frontend pages?

Yes, this code refactoring approach works with backend endpoints and frontend pages, applying pattern enforcement to ensure all feature code within the monorepo aligns with the latest template conventions.

When do I need to run a feature code alignment process in a monorepo?

You need to run feature code alignment immediately after updating a monorepo template, preventing outdated code from causing issues and ensuring existing modules match the newly defined best practices.