foyzulkarimfoyzulkarimCommunityยท7 Agent Skills Included

skills

Structured five-phase development pipeline with review and QA gates

Guides software work from requirements interview through architecture design, task generation, verified implementation, and parallel code review. Adds an independent QA gate that plans and executes browser and shell test cases against the running product. Eliminates vague specs, unverified code, and missed regressions with ready-made workflows for commits, worktrees, release notes, and session cost tracking.
npx skills add foyzulkarim/skills --all -g -y
Available:

Explains the five-phase pipeline structure and tells the agent how each skill fits together, when to trigger it, and what conventions and constraints to follow while executing.

All Skills in This Repository (7)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install foyzulkarim/skills?โ–ผ

Run `npx skills add foyzulkarim/skills --all -g -y` in your terminal to install the full dev-pipeline skill set globally.

What does the dev-pipeline do?โ–ผ

It walks a feature from requirements interview to architecture, task breakdown, verified implementation, and a multi-check code review, with an optional QA gate that tests the running product.

How does the QA gate work?โ–ผ

The plan-qa skill interviews you to build an executable test plan, then execute-qa drives a real browser and shell against your app and writes an evidence-backed results report.

Can it run multiple features in parallel?โ–ผ

Yes. The move-to-worktree and finish-worktree skills park each task in its own git worktree so several implementation lanes can run side by side safely.

Does it track token usage and cost?โ–ผ

Yes. The session-stats and setup-cost-tracking skills show per-session token, cache, and dollar cost dashboards, and session-audit finds where tokens are being wasted.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’