coding.fix_param_use

Official

Ensures correct parameter passing in Python functions for clarity.

Authorcausify-ai
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill helps developers ensure that Python function call sites pass arguments correctly by position and assign constants to intermediate variables, enhancing code readability and correctness.

Core Features & Use Cases

  • Parameter Passing Correction: Converts function calls to use positional arguments for clarity.
  • Variable Assignment: Assigns constants to variables matching formal parameter names.
  • Use Case: Automate refactoring of function calls in large codebases to improve maintainability and prevent errors caused by incorrect argument passing.

Quick Start

Use the supplied Python file to automatically refactor function call sites for consistent argument passing conventions.

Dependency Matrix

Required Modules

None required

Components

scripts

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: coding.fix_param_use
Download link: https://github.com/causify-ai/helpers/archive/main.zip#coding-fix-param-use

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.