lint-docstrings

Lint Python docstrings for Google-style convention compliance.

1|Updated Sep 1, 2025
One-click install
npx skills add https://github.com/JonathanBechtel/draft-app --skill lint-docstrings
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lint-docstrings
Source: https://github.com/JonathanBechtel/draft-app/tree/main/.claude/skills/lint-docstrings
Command: npx skills add https://github.com/JonathanBechtel/draft-app --skill lint-docstrings

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automatically checks Python docstrings to ensure they conform to Google-style conventions, helping teams maintain consistent, high-quality documentation and reduce code review time.

Core Features & Use Cases

  • Docstring linting: Detect missing, non-conforming, or poorly formatted docstrings across modules, classes, and functions.
  • Auto-fix suggestions: Propose or apply fixes to docstrings to align with Google-style guidelines.
  • Codebase consistency: Enforce uniform documentation standards across large or shared codebases.

Quick Start

Run the lint-docstrings skill on your Python project to identify and fix docstring issues. Example: lint-docstrings on a repository to check public functions for proper Google-style docstrings.