Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

madz-dev-skills

يحتوي madz-dev-skills على 15 من skills المجمعة من avoidwork، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
15
Stars
0
محدث
2026-07-09
Forks
0
التغطية المهنية
2 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

audit-code
محللو ضمان جودة البرمجيات والمختبرون

Audits each directory in ./src for bugs, security vulnerabilities, and performance issues sequentially. Generates one consolidated issue per directory via /create-issue.

2026-07-09
audit-skill
محللو ضمان جودة البرمجيات والمختبرون

Audits Agent Skills SKILL.md files against the protocol specification and best practices. Identifies issues across 10 categories: schema violations, naming, description quality, structure, progressive disclosure, file references, best practices, calibration, content quality, and optional directories. Produces a structured report with severity levels and actionable fixes.

2026-07-09
audit-sys-prompt
مطوّرو البرمجيات

Expert System Prompt Evaluator Agent. Analyzes, rates, and provides actionable feedback for system prompts against a 7-criteria framework. Returns structured machine-readable JSON output with weighted scores, evidence-based reasoning, and harness-aware recommendations.

2026-07-09
commit-push
مطوّرو البرمجيات

Automates the complete git workflow: scans project rules for conventions, stages all changes, commits, pushes to the remote, and opens a Pull Request. Ensures strict compliance with documentation rules, including rule 5.4.

2026-07-09
create-feature
مطوّرو البرمجيات

Orchestrates a full feature lifecycle: receive goals, synthesize detailed specs, propose via OpenSpec, commit & push, apply tasks, audit results, update PR, and post audit results as a comment.

2026-07-09
create-issue
مطوّرو البرمجيات

Receives a user description, synthesizes it into a title and description, categorizes as 'fix' or 'feat', creates a GitHub issue, audits the codebase for actionable details, and updates the issue with findings.

2026-07-09
fix-issue
مطوّرو البرمجيات

Accepts a GitHub issue ID, validates approval via labels, categorizes the work, chains to /create-feature for full implementation, and comments on the issue linking to the PR.

2026-07-09
git-tag
مطوّرو البرمجيات

Reads package.json version, synthesizes a change description from git history delta, creates an annotated git tag (no "v" prefix), and pushes it to origin.

2026-07-09
purge-branches
مطوّرو البرمجيات

Runs npm run purge-branches to delete local branches other than main. Use when the user wants to clean up stale branches without switching branches or pulling.

2026-07-09
release-madz
مطوّرو البرمجيات

Builds and pushes all Docker images for the madz project by running npm run docker:release:all. Runs the build as a foreground process — it takes a few minutes. Reports completion status to the user.

2026-07-09
restructure-code
مطوّرو البرمجيات

Audits each directory in ./src for opportunities to restructure directories to align with community best practices & better organization in general. Generates one consolidated issue per directory via /create-issue.

2026-07-09
scan-issues
مطوّرو البرمجيات

Scans GitHub for open issues labeled 'approved' but not 'in progress', then processes each sequentially via fix-issue. Runs hourly.

2026-07-09
task-queue
مطوّرو البرمجيات

Accept a list of tasks (JSON or natural language), execute shell commands sequentially with fail-fast logic, and report a structured summary.

2026-07-09
update-pr
مطوّرو البرمجيات

Update an existing PR's title and description by scanning project rules for conventions and the PR template, synthesizing both from the delta between the branch and target, then applying changes via 'gh api' (gh pr edit fails in this repo).

2026-07-09
update-semver
مطوّرو البرمجيات

Audits the delta between HEAD and the tag matching the current package.json version, decides if it's a major/minor/patch bump, updates package.json, runs npm i and npm run changelog, then triggers commit-push, enables auto-merge on the PR, and announces the new version. Does NOT create a git tag — that is handled by the separate git-tag skill after the PR merges.

2026-07-09