next

Rank database schema audit findings by impact and effort.

18|4|Updated Jun 16, 2026
One-click install
npx skills add https://github.com/Hainrixz/claude-db --skill next-hainrixz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: next
Source: https://github.com/Hainrixz/claude-db/tree/main/skills/next
Command: npx skills add https://github.com/Hainrixz/claude-db --skill next-hainrixz

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps users prioritize and understand the next steps to address database schema audit findings, providing a ranked to-do list based on impact and effort.

Core Features & Use Cases

  • Finding Prioritization: Ranks audit findings into a single, ordered to-do list by score impact and effort.
  • Explanation: Provides a clear rationale for the prioritization of each item.
  • Read-Only: Advises without making changes to the database.
  • Use Case: After running a database audit, the user can use this Skill to determine what to fix first, prioritizing based on the most critical issues.

Quick Start

Run /claude-db:next --findings.json to get a prioritized list of actions for your database audit.

Frequently Asked Questions about next

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

FAQPage Schema
How do I prioritize database schema audit findings for optimization?

To prioritize database schema audit findings, you need to rank them by severity and fixability. This Skill processes your findings JSON data and generates a prioritized, ordered to-do list based on score impact and effort.

What is the best way to determine next steps after a database schema audit?

The best way to determine next steps after a database schema audit is to evaluate the impact and effort required for each finding. This Skill analyzes your audit results and suggests a clear sequence of actions for database optimization.

How does ranking database audit findings by impact and effort work?

Ranking database audit findings by impact and effort works by evaluating the severity of each issue against the resources needed to resolve it. The Skill uses this mechanism to order your findings into a single actionable to-do list.

Can I use this Skill to automatically fix database schema audit findings?

No, you cannot use this Skill to automatically fix database schema audit findings. It operates in a read-only mode, meaning it advises and explains the next steps without making any actual changes to your database.

What format is required to input database schema audit results for prioritization?

You must input your database schema audit results as a findings JSON file. The Skill operates on this findings JSON data to generate the ranked to-do list and suggest your next optimization actions.