Parses GNU Makefiles using pymake and builds complete dependency DAGs. Detects circular dependencies, unreachable targets, missing prerequisites, and generates optimal parallel build orderings.
Scanned 6/8/2026
Install via CLI
openskills install agentskillexchange/skills---
name: "Makefile Dependency Auditor"
slug: "makefile-dependency-auditor"
description: "Parses GNU Makefiles using pymake and builds complete dependency DAGs. Detects circular dependencies, unreachable targets, missing prerequisites, and generates optimal parallel build orderings."
verification: "security_reviewed"
source: "https://www.gnu.org/software/make/"
category: "Developer Tools"
framework: "Codex"
---
# Makefile Dependency Auditor
Parses GNU Makefiles using pymake and builds complete dependency DAGs. Detects circular dependencies, unreachable targets, missing prerequisites, and generates optimal parallel build orderings.
## Installation
Use the upstream install or setup path that matches your environment:
- Make
- Make gets its knowledge of how to build your program from a file
- should write a makefile for it, so that it is possible to use Make to
- Make enables the end user to build and install your package
Requirements and caveats from upstream:
- file depends on another non-source file.
- header file does not require it.
Basic usage or getting-started notes:
- commands to compute it. These shell commands can run a compiler to
- example, the -o file option which says pretend that
- Source: https://www.gnu.org/software/make/
## Source
- [Agent Skill Exchange](https://agentskillexchange.com/skills/makefile-dependency-auditor/)
No comments yet. Be the first to comment!