M Rizqi Nurrahman
Community@rizqinrr
A 28-skill registry covering the full software delivery lifecycle: PRD interviews, schema design, TDD, code review, security hardening, CI/CD, and production launch.
Agent Skills by M Rizqi Nurrahman
Showing 27 vetted skills indexed across 1 GitHub repositories.
idea-refine
Refines raw ideas into actionable one-pagers through structured divergent and convergent thinking.
debugging-and-error-recovery
Diagnose test failures, build errors, and runtime bugs through structured root-cause triage.
using-agent-skills
Discovers and routes tasks to the appropriate engineering workflow skill.
get-prd
Interviews users through structured rounds and produces an approved PRD document.
test-driven-development
Implements code changes using the red-green-refactor test-driven development loop.
planning-and-task-breakdown
Decomposes specs into ordered, verifiable tasks with acceptance criteria and checkpoints.
incremental-implementation
Implements multi-file changes in thin, tested, committed vertical slices.
api-and-interface-design
Designs stable REST, GraphQL, and TypeScript interfaces with consistent contracts and error semantics.
ci-cd-and-automation
Configures CI/CD pipelines with quality gates, deployment strategies, and rollback workflows.
context-engineering
Curates rules files, specs, and source context for AI coding agent sessions.
get-schema
Designs a database schema from an approved PRD as a Markdown document with tables, relationships, indexes, and constraints.
shipping-and-launch
Guides production launches with pre-launch checklists, staged rollouts, monitoring, and rollback plans.
spec-driven-development
Creates structured specifications with gated review phases before writing any code.
constraint-driven-development
Define and enforce project quality gates through a written CONSTRAINTS.md contract.
code-review-and-quality
Reviews code changes across correctness, readability, architecture, security, and performance before merge.
get-tasks
Converts an approved PRD into dependency-ordered task files with acceptance criteria and rollback plans.
security-and-hardening
Hardens web application code against OWASP vulnerabilities, SSRF, and supply-chain risks.
deprecation-and-migration
Plans deprecation and incremental migration of legacy systems, APIs, and database schemas.
observability-and-instrumentation
Instruments production code with structured logs, metrics, traces, and symptom-based alerts.
interview-me
Extracts user intent through one-question-at-a-time interviews until 95% confidence.
code-simplification
Refactors code to reduce complexity while preserving exact behavior and project conventions.
doubt-driven-development
Subjects non-trivial decisions to fresh-context adversarial review before they stand.
source-driven-development
Verifies framework code against official documentation and cites sources for every implementation decision.
performance-optimization
Diagnose and fix frontend, backend, and database performance bottlenecks through measurement-driven optimization.
Frequently Asked Questions About M Rizqi Nurrahman
FAQPage SchemaWhat tasks can I accomplish with rizqinrr's skill registry?▼
You can run structured PRD interviews, design database schemas as Markdown documents, break specs into tracked task files, apply test-driven development, conduct multi-axis code reviews, harden code against OWASP Top Ten risks, set up CI/CD pipelines, and prepare production launches with monitoring and rollback plans.
Who is the target audience for these skills?▼
Software engineers, technical leads, and product-minded developers who want disciplined delivery practices. The skills serve anyone writing specs, implementing features incrementally, reviewing code, migrating databases with expand/contract patterns, or enforcing quality bars like coverage and accessibility thresholds.
How do the skills work together in practice?▼
The using-agent-skills meta-skill discovers and invokes the right skill per task. A typical chain runs interview-me or get-prd for requirements, get-schema for data modeling, get-tasks for breakdown, test-driven-development and incremental-implementation for coding, then code-review-and-quality and shipping-and-launch for release.
What prerequisites or dependencies do these skills require?▼
Most skills are methodology-driven and need no external dependencies. The browser-testing-with-devtools skill specifically requires the chrome-devtools MCP server to be configured. Skills like get-schema and get-tasks expect an approved PRD to already exist under docs/prd/ before they run.
Do these skills enforce code quality standards?▼
Yes. The constraint-driven-development skill records quality bars in CONSTRAINTS.md and watches diffs for weakened standards such as new @ts-ignore suppressions, skipped tests, or lowered coverage thresholds. Code-review-and-quality adds multi-axis review before any merge into the main branch.