doctor

Audit Autumn web framework project configurations for deployment blockers.

4|1|Updated Mar 21, 2026
One-click install
npx skills add https://github.com/madmax983/autumn --skill doctor-madmax983
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: doctor
Source: https://github.com/madmax983/autumn/tree/main/skills/doctor
Command: npx skills add https://github.com/madmax983/autumn --skill doctor-madmax983

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually checking an Autumn web framework project for unsafe configuration defaults, missing secrets, stale database migrations, and other deployment blockers is time-consuming and error-prone, often leading to production outages or security vulnerabilities that could have been caught pre-deployment.

Core Features & Use Cases

  • Automated Configuration Audit: Runs the autumn doctor CLI to scan your project for unsafe defaults, missing required secrets, stale migrations, and other deployment blockers.
  • Severity-Grouped Results: Categorizes all found issues by severity (FAIL for deployment blockers, WARN for non-critical issues, PASS for passing checks) so you can prioritize fixes efficiently.
  • Use Case: If you are preparing an Autumn Rust web application for production deployment, use this skill to quickly identify and resolve configuration issues that would cause outages or security gaps before release.

Quick Start

Use the doctor skill to audit your Autumn project's configuration for deployment readiness, missing secrets, and stale migrations.

Frequently Asked Questions about doctor

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

FAQPage Schema
How do I audit my Autumn Rust project for configuration and deployment blockers?

To audit an Autumn Rust project for deployment blockers, run the doctor skill from the project root containing the autumn.toml file. It uses the autumn-cli tool to scan for unsafe defaults, missing secrets, and stale database migrations before production release.

What is the best way to check an Autumn web framework app for missing secrets before deployment?

The best way to check an Autumn web framework app for missing secrets is to run an automated configuration audit. The doctor skill scans your project to identify missing required secrets and categorizes them as FAIL-level deployment blockers for priority resolution.

Do I need autumn-cli installed to scan my project for unsafe configuration defaults?

Yes, you need the autumn-cli tool installed to scan for unsafe configuration defaults. The doctor skill requires autumn-cli to be executed from the project root containing the autumn.toml configuration file to validate your setup.

Can I get structured JSON output when troubleshooting stale database migrations in Autumn?

Yes, you can get structured JSON output when troubleshooting stale database migrations in Autumn. The doctor skill supports structured JSON output parsing to help integrate validation results into pre-deployment workflows and configuration troubleshooting pipelines.

Why does my Autumn app fail the security hardening audit during pre-deployment validation?

Your Autumn app fails the security hardening audit due to identified unsafe defaults, missing required secrets, or stale database migrations. The doctor skill reports these as FAIL-level deployment blockers that must be resolved before a safe production release.