db-event-manager

Manage database queries and events across DEV, QA, and LIVE environments.

Updated Feb 6, 2026
One-click install
npx skills add https://github.com/masang-jgkim2/db-event-manager --skill db-event-manager
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: db-event-manager
Source: https://github.com/masang-jgkim2/db-event-manager/tree/main/.cursor/skills/db-event-manager
Command: npx skills add https://github.com/masang-jgkim2/db-event-manager --skill db-event-manager

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires node, express, typescript, jwt, bcryptjs, zod, react, vite, ant-design, zustand, axios, react-router-dom, mssql, mysql2, server-sent-events, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill streamlines the process of managing database queries and events across different environments, from development to live deployment, reducing manual errors and improving efficiency.

Core Features & Use Cases

  • Query Templates: Create and manage query templates for different scenarios.
  • Event Management: Generate and manage events that trigger queries.
  • Environment Management: Execute queries in specific environments (DEV, QA, LIVE) with proper validation and permissions.
  • Use Case: Automate the deployment of database changes from development to live environments, ensuring consistency and reducing downtime.

Quick Start

Use the db-event-manager skill to create a new event and assign a query template for the QA environment.

Frequently Asked Questions about db-event-manager

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

FAQPage Schema
How do I manage database queries across development, QA, and live environments?

Managing database queries across DEV, QA, and LIVE environments involves creating query templates and executing them with proper validation. This approach ensures consistency and reduces manual errors during deployment automation.

What is the best way to automate database event management and query execution?

Automating database event management is best achieved by generating events that trigger specific query templates in designated environments. This method streamlines deployment workflows and ensures systematic execution across development stages.

Can I use React and Ant Design to create a UI for database query templates?

Yes, you can use React and Ant Design to create a UI for database query templates. The frontend stack supports building interfaces for event management and query execution, utilizing Zustand for state management and Axios for API requests.

Does this event management approach support both mssql and mysql2 databases?

Yes, this event management approach supports both mssql and mysql2 databases. It manages query templates and event execution across these specified database connectors, ensuring automated deployment works across different database systems.

How do I validate permissions for executing queries in a live database environment?

Validating permissions for executing queries in a live database environment requires JWT and bcryptjs for authentication. Zod is used for schema validation, ensuring only authorized events trigger query templates in the LIVE environment.