project-status

Analyze code changes, test coverage, and statistics with Git and pytest.

Updated Feb 6, 2026
One-click install
npx skills add https://github.com/kartikfed/OpenClawLimen --skill project-status-kartikfed
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-status
Source: https://github.com/kartikfed/OpenClawLimen/tree/main/skills/project-status
Command: npx skills add https://github.com/kartikfed/OpenClawLimen --skill project-status-kartikfed

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides a quick and comprehensive overview of a software project's current state, including recent code changes, test coverage, and overall structure, making it easier to track development progress.

Core Features & Use Cases

  • Code Activity: View recent commits, file changes, and uncommitted modifications.
  • Code Metrics: Get statistics on lines of code, number of files, functions, and classes.
  • Test Coverage: Run tests and report on code coverage.
  • Project Structure: Visualize the directory tree and file organization.
  • Use Case: A developer can use this Skill to quickly understand what has changed in the codebase since their last commit or to generate a status report for a project manager.

Quick Start

Run the project status script to see recent commits and code statistics.

Frequently Asked Questions about project-status

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

FAQPage Schema
How do I get project status and code stats from recent Git commits?

Project status reporting analyzes recent Git commits, file changes, and uncommitted modifications to provide a quick overview of code activity. This allows developers to track development progress and understand codebase changes since their last commit.

Can I check test coverage and code statistics for my Python project?

You can check test coverage by running tests with pytest to report on code coverage metrics. The tool also calculates code statistics including lines of code, number of files, functions, and classes to help track project health.

Do I need Git and pytest installed to analyze my codebase?

Yes, you need Git, pytest, and tree installed and configured in your environment to run the project status analysis. These common development tools are required dependencies for extracting code changes, running tests, and visualizing the directory structure.

What is the best way to visualize project structure and file organization?

Visualizing project structure involves generating a directory tree using the tree command to display file organization. This helps developers quickly understand the overall project structure alongside code metrics and test coverage reports.

How do I generate a code status report for a project manager?

You generate a code status report by running a script that analyzes recent Git code changes, test coverage, and code statistics. This provides a comprehensive overview of project health, making it easier to report development progress to a project manager.