Skip to content

Instantly share code, notes, and snippets.

View KishiKyousuke's full-sized avatar

KishiKyousuke(Kyo18) KishiKyousuke

View GitHub Profile
@KishiKyousuke
KishiKyousuke / SKILL.md
Created April 22, 2026 01:52
stackprofによる計測skill
name stackprof-profiler
description Use this skill when the user says an endpoint or process "is slow", "has performance issues", "needs profiling", or asks to "measure", "profile", or "benchmark" a Rails endpoint or method. Generates and executes a stackprof measurement script, then interprets the results to identify bottlenecks. Do NOT implement fixes — only measure and interpret.
version 1.0.0
argument-hint [エンドポイント名] (例: GET /api/v1/posts)

stackprof プロファイリング Skill

Railsエンドポイントのパフォーマンスをstackprofで計測し、ボトルネックを特定して報告する。

@KishiKyousuke
KishiKyousuke / gist:4be957ea86a66b318d774a1658d9c128
Last active January 30, 2020 14:45 — forked from machida/html_practice.html
HTMLの練習(このレシピにマークアップをしてみましょう)
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8">
<title>カレーのレシピ</title>
</head>
<body>
<article>
<h1>カレーのレシピ</h1>
<p>誰でもできる、美味しいカレーの作り方です。旦那も息子もこのカレーが大好物。</p>