kf-advisor-reliability

Audit Kiloforge projects for testing, linting, type safety, and CI gaps.

2|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/Kiloforge/kiloforge-skills --skill kf-advisor-reliability
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kf-advisor-reliability
Source: https://github.com/Kiloforge/kiloforge-skills/tree/main/kf-advisor-reliability
Command: npx skills add https://github.com/Kiloforge/kiloforge-skills --skill kf-advisor-reliability

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Kiloforge reliability gaps are identified and quantified, enabling teams to raise confidence in code quality by surfacing missing coverage and weak controls.

Core Features & Use Cases

  • Systematic evaluation of testing coverage, linting strictness, type safety, build checks, CI gates, and dependency security for Kiloforge projects.
  • Generates a structured reliability report and optional Kiloforge tracks to guide improvements.
  • Supports targeted audits with flags to focus on testing, linting, security, CI, or a full scope, and can apply small fixes when requested.

Quick Start

Run the reliability audit against your Kiloforge project using the flags that match your needs.

Frequently Asked Questions about kf-advisor-reliability

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

FAQPage Schema
How do I audit my project for reliability gaps in testing and CI gates?

Run a systematic reliability audit to identify gaps in testing, linting, type safety, build checks, CI gates, and dependency security. The audit produces a structured reliability report detailing missing coverage and weak controls across your project.

What is the best way to focus a code quality audit only on security and dependency vulnerabilities?

Apply the --security flag during the reliability audit to scope evaluation specifically to dependency security vulnerabilities. This generates a targeted report focusing on security gaps rather than evaluating all reliability dimensions.

Can I automatically generate improvement tracks from a reliability audit report?

Yes, use the --generate-tracks flag to automatically create Kiloforge tracks from the reliability audit results. These tracks guide improvement efforts by structuring the missing coverage and weak controls into actionable work items.

Does the reliability audit support applying small fixes for linting and type safety issues?

Yes, use the --fix-small flag to apply small fixes automatically during the reliability audit. This addresses minor issues in testing, linting, and type safety while evaluating overall project quality and CI gates.

How do I run a full scope quality and dependency security audit for existing project artifacts?

Use the --full flag to run a comprehensive reliability audit across all existing project artifacts. This evaluates testing, linting, type safety, build checks, CI gates, and dependency security simultaneously to produce a complete reliability report.