nullplatform-investigation-diagnostic

Diagnose Nullplatform entity issues by correlating API states with audit logs.

1|Updated Mar 10, 2026
One-click install
npx skills add https://github.com/nullplatform/ai-plugins --skill nullplatform-investigation-diagnostic
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nullplatform-investigation-diagnostic
Source: https://github.com/nullplatform/ai-plugins/tree/main/marketplace/plugins/np-troubleshooting/skills/np-investigation-diagnostic
Command: npx skills add https://github.com/nullplatform/ai-plugins --skill nullplatform-investigation-diagnostic

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps users investigate, diagnose, and troubleshoot issues within the Nullplatform ecosystem by correlating current states with historical audit data.

Core Features & Use Cases

  • Comprehensive Diagnostics: Investigates deployments, scopes, services, and applications experiencing problems.
  • Root Cause Analysis: Correlates API data with audit logs to pinpoint the cause of failures or unhealthy states.
  • Reporting: Generates detailed reports summarizing findings, including timelines, involved users, and recommendations.
  • Use Case: When a user reports a failed deployment, this Skill can automatically query the Nullplatform API for the deployment's current status and error messages, then use the audit trail to identify which change or user action preceded the failure.

Quick Start

Use the nullplatform-investigation-diagnostic skill to investigate a failed deployment with ID 'dep-12345'.

Frequently Asked Questions about nullplatform-investigation-diagnostic

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

FAQPage Schema
How do I troubleshoot a failed Nullplatform deployment?

To troubleshoot a failed Nullplatform deployment, query the current deployment status via the Nullplatform API and correlate it with historical audit logs to perform root cause analysis on the preceding changes.

What is the best way to investigate unhealthy Nullplatform services?

Investigating unhealthy Nullplatform services involves orchestrating calls to the API for current entity states and reading audit logs to pinpoint user actions or configuration changes that preceded the issue.

Can I find out which user action caused a Nullplatform application failure?

Yes, you can identify the user action causing a Nullplatform application failure by querying the audit trail to trace which specific configuration change or deployment action immediately preceded the failure.

Does Nullplatform diagnostics support root cause analysis for scopes and deployments?

Nullplatform diagnostics supports root cause analysis for scopes, deployments, services, and applications by correlating real-time API data with historical audit logs to generate detailed reports on findings and recommendations.

Why does my Nullplatform deployment show an unhealthy state after a recent change?

A Nullplatform deployment may show an unhealthy state after a recent change because the diagnostic process correlates current API error messages with audit trail data to identify the specific configuration change that triggered the failure.

What limitations exist when diagnosing Nullplatform issues without audit logs?

Diagnosing Nullplatform issues without audit logs limits the ability to perform root cause analysis, as the Skill relies on correlating historical change logs with current API states to identify the cause of failures.