M Rizqi Nurrahman avatar

M Rizqi Nurrahman

Community

@rizqinrr

12Followers
|
33Public Repos
|
27Published Skills

A 28-skill registry covering the full software delivery lifecycle: PRD interviews, schema design, TDD, code review, security hardening, CI/CD, and production launch.

Skills Distribution
DomainDeveloper To...Software Engineeri.. (40%)Requirements & Spe.. (20%)Quality Assurance .. (15%)Security & Perform.. (15%)

Agent Skills by M Rizqi Nurrahman

Showing 27 vetted skills indexed across 1 GitHub repositories.

rizqinrrrizqinrr
665

idea-refine

Refines raw ideas into actionable one-pagers through structured divergent and convergent thinking.

Community
Intermediate
rizqinrrrizqinrr
665

debugging-and-error-recovery

Diagnose test failures, build errors, and runtime bugs through structured root-cause triage.

Community
Intermediate
rizqinrrrizqinrr
665

using-agent-skills

Discovers and routes tasks to the appropriate engineering workflow skill.

Community
Intermediate
rizqinrrrizqinrr
665

get-prd

Interviews users through structured rounds and produces an approved PRD document.

Community
Advanced
rizqinrrrizqinrr
665

test-driven-development

Implements code changes using the red-green-refactor test-driven development loop.

Community
Intermediate
rizqinrrrizqinrr
665

planning-and-task-breakdown

Decomposes specs into ordered, verifiable tasks with acceptance criteria and checkpoints.

Community
Intermediate
rizqinrrrizqinrr
665

incremental-implementation

Implements multi-file changes in thin, tested, committed vertical slices.

Community
Intermediate
rizqinrrrizqinrr
665

api-and-interface-design

Designs stable REST, GraphQL, and TypeScript interfaces with consistent contracts and error semantics.

Community
Intermediate
rizqinrrrizqinrr
665

ci-cd-and-automation

Configures CI/CD pipelines with quality gates, deployment strategies, and rollback workflows.

Community
Intermediate
rizqinrrrizqinrr
665

context-engineering

Curates rules files, specs, and source context for AI coding agent sessions.

Community
Intermediate
rizqinrrrizqinrr
665

get-schema

Designs a database schema from an approved PRD as a Markdown document with tables, relationships, indexes, and constraints.

Community
Advanced
rizqinrrrizqinrr
665

shipping-and-launch

Guides production launches with pre-launch checklists, staged rollouts, monitoring, and rollback plans.

Community
Advanced
rizqinrrrizqinrr
665

spec-driven-development

Creates structured specifications with gated review phases before writing any code.

Community
Advanced
rizqinrrrizqinrr
665

constraint-driven-development

Define and enforce project quality gates through a written CONSTRAINTS.md contract.

Community
Advanced
rizqinrrrizqinrr
665

code-review-and-quality

Reviews code changes across correctness, readability, architecture, security, and performance before merge.

Community
Advanced
rizqinrrrizqinrr
665

get-tasks

Converts an approved PRD into dependency-ordered task files with acceptance criteria and rollback plans.

Community
Advanced
rizqinrrrizqinrr
665

security-and-hardening

Hardens web application code against OWASP vulnerabilities, SSRF, and supply-chain risks.

Community
Advanced
rizqinrrrizqinrr
665

deprecation-and-migration

Plans deprecation and incremental migration of legacy systems, APIs, and database schemas.

Community
Intermediate
rizqinrrrizqinrr
665

observability-and-instrumentation

Instruments production code with structured logs, metrics, traces, and symptom-based alerts.

Community
Advanced
rizqinrrrizqinrr
665

interview-me

Extracts user intent through one-question-at-a-time interviews until 95% confidence.

Community
Intermediate
rizqinrrrizqinrr
665

code-simplification

Refactors code to reduce complexity while preserving exact behavior and project conventions.

Community
Intermediate
rizqinrrrizqinrr
665

doubt-driven-development

Subjects non-trivial decisions to fresh-context adversarial review before they stand.

Community
Advanced
rizqinrrrizqinrr
665

source-driven-development

Verifies framework code against official documentation and cites sources for every implementation decision.

Community
Intermediate
rizqinrrrizqinrr
665

performance-optimization

Diagnose and fix frontend, backend, and database performance bottlenecks through measurement-driven optimization.

Community
Advanced

Frequently Asked Questions About M Rizqi Nurrahman

FAQPage Schema
What 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.