learning-code_consistency

Verify consistency across Python scripts, Jupyter notebooks, and Markdown documentation.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/LannieYoo/gangwon-business-portal --skill learning-code-consistency
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: learning-code_consistency
Source: https://github.com/LannieYoo/gangwon-business-portal/tree/main/.agent/skills/learning-code_consistency
Command: npx skills add https://github.com/LannieYoo/gangwon-business-portal --skill learning-code-consistency

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps ensure that code files (.py, .ipynb) and their corresponding documentation (.md) are consistent, preventing errors and improving the reliability of lab assignments and submissions.

Core Features & Use Cases

  • Code Logic Verification: Compares Python scripts and Jupyter notebooks to ensure identical function definitions, logic, and output statements.
  • Documentation Alignment: Validates that Markdown documentation accurately reflects code output, including statistical values and image references.
  • Image Reference Check: Confirms that all images referenced in documentation exist and use correct relative paths.
  • Use Case: Before submitting a lab assignment, use this Skill to automatically check if your Python script's calculations match the results presented in your report and if all necessary figures are correctly embedded.

Quick Start

Run the learning-code_consistency skill to check the alignment between main.py, report.md, and all images in the images folder.

Frequently Asked Questions about learning-code_consistency

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

FAQPage Schema
How do I check consistency between Python scripts and Markdown documentation?

To check consistency between Python scripts and Markdown documentation, you compare code logic, statistical values, and image references across .py, .ipynb, and .md files to ensure accurate data representation for lab submissions.

What is documentation alignment for Jupyter notebook lab submissions?

Documentation alignment for Jupyter notebook lab submissions is the process of validating that Markdown documentation accurately reflects code output, verifying identical function definitions, logic, and statistical values across .ipynb and .md files.

How do I verify image references in Markdown before submitting a lab assignment?

To verify image references in Markdown before submitting a lab assignment, check that all images referenced in the documentation exist and use correct relative paths matching the project structure.

Does this code consistency check compare Python scripts and Jupyter notebooks for identical logic?

Yes, this code consistency check compares Python scripts and Jupyter notebooks to ensure identical function definitions, logic, and output statements for reliable academic submissions.

Can I use this to validate statistical values across .py and .md files?

Yes, you can use this to validate statistical values across .py and .md files by confirming that the calculations in your Python script match the results presented in your Markdown report.