makefile-review
Audit Makefiles for duplication, portability, and idiomatic GNU Make usage.Triggers: Makefile review, build system, GNU Make, portability, deduplication,pattern rules, automatic variables, dependency graphUse when: auditing Makefiles, reviewing build system, checking portability,eliminating recipe duplicationDO NOT use when: creating new Makefiles - use abstract:make-dogfood.DO NOT use when: architecture review - use architecture-review.Use this skill for Makefile audit and optimization.
Third-Party Agent Skill: Review the code before installing. Agent skills execute in your AI assistant's environment and can access your files. Learn more about security
Installation for Agentic Skill
View all platforms →skilz install athola/claude-night-market/makefile-reviewskilz install athola/claude-night-market/makefile-review --agent opencodeskilz install athola/claude-night-market/makefile-review --agent codexskilz install athola/claude-night-market/makefile-review --agent geminiFirst time? Install Skilz: pip install skilz
Works with 14 AI coding assistants
Cursor, Aider, Copilot, Windsurf, Qwen, Kimi, and more...
Extract and copy to ~/.claude/skills/ then restart Claude Desktop
git clone https://github.com/athola/claude-night-marketcp -r claude-night-market/plugins/pensive/skills/makefile-review ~/.claude/skills/Need detailed installation help? Check our platform-specific guides:
Related Agentic Skills
exec-briefing
by gtmagents
Use to craft concise executive updates, agendas, and follow-up logs for QBR/EBR sessions.
build-assistant
by vanman2024
Build Claude Code framework components (agents, slash commands, skills, plugins) following standardized templates. Use when creating new agents, co...
astro-patterns
by vanman2024
Astro best practices, routing patterns, component architecture, and static site generation techniques. Use when building Astro websites, setting up...
receiving-code-review
by obra
Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requir...
Agentic Skill Details
- Repository
- claude-night-market
- Stars
- 67
- Forks
- 11
- Type
- Technical
- Meta-Domain
- development
- Primary Domain
- ci cd
- Market Score
- 80
Agent Skill Grade
B Score: 80/100 Click to see breakdown
Score Breakdown
Areas to Improve
- Invalid or incomplete frontmatter
- Redundant trigger declarations
- Name convention violations
Recommendations
- Focus on improving Spec Compliance (currently 0/15)
- Address 3 high-severity issues first
- Add trigger phrases to description for discoverability
Graded: 2026-01-19
Developer Feedback
I took a look at your makefile-review skill and wanted to share some thoughts.
Links:
The TL;DR
You're at 80/100, solidly in B territory. This is based on Anthropic's skill best practices rubric. Your strongest work is the Progressive Disclosure Architecture (28/30) — the skill structure is clean and well-organized. The main gap is Spec Compliance (0/15), which is a parsing issue with your frontmatter that's costing you real points.
What's Working Well
- PDA structure is tight — You've got a solid four-module breakdown with clear @include directives. Token efficiency is there with the concise overview leading to detailed modules.
- Good trigger coverage — makefile, make, automation, portability, GNU Make — you're hitting the right discovery terms that developers would search for.
- Workflow is practical — The numbered steps with TodoWrite integration and verification commands show you've thought about how someone actually uses this.
- Utility is solid — Addressing real gaps like Makefile duplication and portability concerns. The problem-solving power here is legit (7/8).
The Big One: Fix Your Frontmatter
This is costing you 15 points straight up. Your YAML syntax is broken — the frontmatter section has duplicate "Triggers:" declarations mixed into the description, and it's failing to parse. Here's what you need:
---
name: makefile-review
description: Audit Makefiles for duplication, portability, and idiomatic GNU Make usage. Use when asked to "makefile review", "review Makefile", or "audit make build system".
triggers:
- makefile
- make
- automation
- portability
- GNU Make
- build system
---
Put this at the very top of SKILL.md, clean and proper YA...
Browse Category
More development Agentic SkillsReport Security Issue
Found a security vulnerability in this agent skill?
Report Security Issue
Thank you for helping keep SkillzWave secure. We'll review your report and take appropriate action.
Note: For critical security issues that require immediate attention, please also email security@skillzwave.ai directly.