PromptShop

Extract Errors

This skill helps developers extract and manage error codes in the codebase.

Install

npx promptshop add extract-errors

Details

What This Skill Does

This skill helps developers extract and manage error codes in the codebase. It automates the process of identifying new errors that need codes and verifies if existing error codes are up-to-date. This ensures consistent error handling and reporting.

When to Use

Adding new features to the application. Refactoring existing code. Updating dependencies. Resolving bug reports related to errors. Performing code reviews. Preparing for a release.

Key Features

Automates error code extraction. Identifies new errors needing codes. Checks for outdated error codes. Provides clear reports on error code status. Integrates with the project's build process. Uses yarn extract-errors command.

Manual Installation

Manual installation View Full Skill Content The complete markdown content that gets installed Extract Error Codes

Instructions

Run yarn extract-errors Report if any new errors need codes assigned Check if error codes are up to date Extract Error Codes