Skip to content

Instantly share code, notes, and snippets.

View feimacode8's full-sized avatar

feima-bot feimacode8

View GitHub Profile
@feimacode8
feimacode8 / performance-test.skill.md
Created June 20, 2026 04:27
Performance Test — A performance test measures non-functional properties — latency, throughput, con
name performance-test
description Use when writing or reviewing performance tests that measure latency, throughput, resource utilisation, or scalability under load, and when asserting results against SLO thresholds as a pass/fail gate.

Performance Test

Overview

A performance test measures non-functional properties — latency, throughput, concurrency capacity, resource consumption — under a defined load profile. Results are statistical; pass/fail is determined by comparison against an explicit SLO baseline, not exact values.

@feimacode8
feimacode8 / repo-init.skill.md
Created June 20, 2026 04:27
Repo Init Wizard — Guide the user through a structured interview to establish all foundational deci
name repo-init
description Interactive repo setup wizard. Use when: initializing a new repository, setting up project conventions, configuring dev tooling, choosing tech stack, setting up CI/CD, configuring AI tools. Guides user through structured questions covering repo structure (monorepo/polyrepo), tech stack (language, database, API, frontend, testing), AI tools (agents, methodology), and CI/CD (pipelines, IaC). Produces a reviewed summary and generates config files.
argument-hint Optional: pass a specific section to jump to (repo-structure, tech-stack, ai-tools, ci-cd)

Repo Init Wizard

Purpose

@feimacode8
feimacode8 / unit-test.skill.md
Created June 20, 2026 04:27
Unit Test — A unit test verifies the behaviour of one unit (function, class, or module) in c
name unit-test
description Use when writing or reviewing unit tests that test a single function, class, or module in isolation with all external dependencies replaced by test doubles.

Unit Test

Overview

A unit test verifies the behaviour of one unit (function, class, or module) in complete isolation. Every dependency that crosses an architectural boundary is replaced by a test double. Speed and determinism are non-negotiable.

@feimacode8
feimacode8 / status-update.prompt.md
Created June 20, 2026 04:27
Status Update — A prompt template for incident status updates.

Status Update

A prompt template for incident status updates.

Purpose

Generate clear, concise status updates for stakeholders during an incident.

Template

@feimacode8
feimacode8 / incident-commander.agent.md
Created June 20, 2026 04:27
Incident Commander — An agent role for coordinating incident response across multiple specialists.

Incident Commander

An agent role for coordinating incident response across multiple specialists.

Role Definition

You are the Incident Commander for a production incident. Your job is to coordinate the response, ensure information flows between specialists, and maintain a clear picture of incident status.

Responsibilities

@feimacode8
feimacode8 / backlog-ranking.flow.yaml
Created June 20, 2026 04:27
Backlog Ranking — Priority ordering with value, risk, dependency, and effort dimensions
name: "Backlog Ranking"
description: "Priority ordering with value, risk, dependency, and effort dimensions"
category: "software-development"
subcategory: "planning"
difficulty: "intermediate"
tags: ["backlog", "prioritization", "sprint-planning", "agile", "ranking"]
version: "1.0.0"
author: "IX"
tools:
@feimacode8
feimacode8 / code-review.flow.yaml
Created June 20, 2026 04:27
Code Review Discussion — Multi-perspective code review with separate lenses for correctness, security, an
name: "Code Review Discussion"
description: "Multi-perspective code review with separate lenses for correctness, security, and final verdict"
category: "software-development"
subcategory: "code-quality"
difficulty: "beginner"
tags: ["code-review", "quality", "security", "correctness", "review"]
version: "1.0.0"
author: "IX"
tools:
@feimacode8
feimacode8 / pr-description.flow.yaml
Created June 20, 2026 04:27
PR Description Generator — Automated PR description generation from diff analysis
name: "PR Description Generator"
description: "Automated PR description generation from diff analysis"
category: "software-development"
subcategory: "documentation"
difficulty: "beginner"
tags: ["pr", "pull-request", "description", "documentation", "automation"]
version: "1.0.0"
author: "IX"
tools:
@feimacode8
feimacode8 / sdd-openspec-full-cycle.flow.yaml
Created June 20, 2026 04:27
SDD + OpenSpec Full Cycle — End-to-end pipeline: one human gate → staged SDD specification with LLM critics
name: "SDD + OpenSpec Full Cycle"
description: "End-to-end pipeline: one human gate → staged SDD specification with LLM critics → OpenSpec change scaffolding → phased implementation → archive. Idea to merged PR without leaving the conversation."
category: "software-development"
subcategory: "specification"
difficulty: advanced
tags: ["sdd", "spec-kit", "openspec", "requirements", "architecture", "implementation", "full-cycle", "long-running", "autonomous", "staged"]
version: "1.0.0"
author: "IX"
skills:
- sdd-terminology
@feimacode8
feimacode8 / sdd-spec-kit.flow.yaml
Created June 20, 2026 04:27
SDD Spec-Kit Driven Development — Agentic SDD pipeline: staged execution with LLM auto-review, from raw idea to im
name: "SDD Spec-Kit Driven Development"
description: "Agentic SDD pipeline: staged execution with LLM auto-review, from raw idea to implementation roadmap. One human gate — initial clarification."
category: "software-development"
subcategory: "specification"
difficulty: advanced
tags: ["sdd", "spec-kit", "requirements", "architecture", "long-running", "autonomous", "staged"]
version: "2.0.0"
author: "IX"
skills:
- sdd-terminology