Skip to main content
guitarrapc
GitHub 제작자 프로필

guitarrapc

6개 GitHub 저장소에서 수집된 26개 skills를 저장소 단위로 보여줍니다.

수집된 skills
26
저장소
6
업데이트
2026년 8월 29일
저장소 탐색

저장소와 대표 skills

seiton
소프트웨어 개발자

Lint and fix GitHub Actions workflow files and action metadata files using seiton CLI.

2026년 8월 7일
architecture
소프트웨어 개발자

Guidelines for the architecture and design principles of the parser in the `src/Seiton.Core/Parsing/` folder. This includes layer responsibilities, hand-written parsing rationale, and evolution strategies.

2026년 8월 5일
document-spec-policy
소프트웨어 개발자

Policy for reading and writing specification documents under `.github/docs/`. Covers what belongs in specs (WHAT, WHY, lessons learned), what does not (detailed HOW), post-implementation updates, and cross-document consistency rules between parser specs and…

2026년 8월 5일
performance-requirements
소프트웨어 개발자

Guidelines for writing high-performance and memory-efficient code in `src/Seiton.Core/` (Parsing and Linting) and generated code emitted by `src/Seiton.Update/Generators/`. Covers zero allocations, per-run caching, zero-copy string design, bounded stackalloc…

2026년 8월 5일
sandbox-code-guidelines
소프트웨어 개발자

Guidelines for writing and running sandbox code in the `sandbox/DotnetFiles/` folder. This is for quick experiments, prototyping, or verification of ideas without needing to set up a full project. It includes instructions on how to create .cs files, run them,…

2026년 8월 5일
test-first-development
소프트웨어 품질 보증 분석가·테스터

Mandatory test-first workflow for all implementation, modification, and bug fix tasks in this project. Covers red-green test cycle, regression tests, benchmark verification, spec updates, equivalence-class coverage, and Playground (WASM/UI) test constraints.…

2026년 8월 5일
update-pipeline
소프트웨어 개발자

How to work with and add new dataset pipelines in `src/Seiton.Update/`. Covers the multi-stage pipeline model, CLI command naming conventions, and implementation checklist for new datasets.

2026년 8월 5일
adversarial-audit
소프트웨어 품질 보증 분석가·테스터

外部から状態を復元できる入口(URL/クエリ、設定ファイル、API 引数、CLI 引数、環境変数、localStorage 等の永続ストレージ)を格子状に地図化し、並列レーンで仮説を形成 → 独立した反証で潰す → 生き残りだけを実機確認 → 常時確認が必要なものをユニットテストへ格上げする監査工程。「攻撃面を洗い出したい」「この入口から何ができるか網羅的に調べたい」「入力の堅牢性を監査したい」「仮説を立てて反証したい」「見つかった不変条件をテストにしたい」といった依頼で必ず使う。単発のバグ調査やコードレビューでは…

2026년 8월 2일
dotnet-best-practices
소프트웨어 개발자

Ensure .NET/C# code meets best practices for the solution/project.

2026년 7월 28일
dotnet-micro-optimization
소프트웨어 개발자

Benchmark-driven micro-optimization loop: find the fastest implementation of a hot function by measuring one-hypothesis-per-variant implementations under a benchmark harness, reading JIT/native disassembly to explain the numbers, and iterating until…

2026년 7월 28일
dotnet-performance-discipline
소프트웨어 개발자

Standing rules for writing allocation-conscious, high-performance C#/.NET. Covers pooled-buffer ownership (who may hold an ArrayPool rental, and what may cross an API boundary), choosing between Span/Memory/array, stackalloc byte budgets, zero-copy UTF-8 and…

2026년 7월 28일
seiton
소프트웨어 개발자

Lint and fix GitHub Actions workflow files and action metadata files using seiton CLI.

2026년 7월 28일
code-review
소프트웨어 품질 보증 분석가·테스터

Adversarial multi-agent review for implementation changes. Reviews correctness, performance, API usability, test coverage (including equivalence classes and negative cases), and spec/doc synchronization in parallel; tries to refute top claims before reporting…

2026년 7월 21일
document-spec-policy
프로젝트 관리 전문가

Policy for reading and writing specification documents under `.github/docs/`. Covers what belongs in specs (WHAT, WHY, lessons learned), what does not (detailed HOW), post-implementation updates, and cross-document consistency rules between parser specs and…

2026년 6월 16일
performance-requirements
소프트웨어 개발자

ClrProfiler-specific performance and memory requirements for CLR EventListener callbacks, GC event correlation, bounded channels, timer sampling, statistics values, callback dispatch, and Datadog or logger metric projection. Use when changing event ingestion,…

2026년 8월 6일
sandbox-code-guidelines
소프트웨어 개발자

Guidelines for ClrProfiler experiments and manual demonstrations using `sandbox/ConsoleApp` and `sandbox/CustomConsoleApp`. Use for exploratory CLR event generation, timer sampling, lifecycle checks, custom callback handlers, console or Datadog metric…

2026년 8월 6일
test-first-development
소프트웨어 품질 보증 분석가·테스터

Mandatory test-first workflow for changes under `src/` in ClrProfiler. Covers CLR EventListener parsing and correlation, bounded-channel delivery, timer sampling, profiler and tracker lifecycle, callback error handling, statistics values, Datadog or logger…

2026년 8월 6일
test-first-development
소프트웨어 품질 보증 분석가·테스터

Mandatory test-first workflow for changes under `src/` in ClrProfiler. Covers red-green testing for CLR EventListener parsing and correlation, bounded-channel delivery, timer sampling, profiler and tracker lifecycle, callback error handling, statistics…

2026년 8월 6일
sandbox-code-guidelines
소프트웨어 개발자

Guidelines for ClrProfiler experiments and manual demonstrations using `src/ConsoleApp` and `src/CustomConsoleApp`. Use for exploratory CLR event generation, timer sampling, lifecycle checks, custom callback handlers, console or Datadog metric inspection, and…

2026년 8월 6일
performance-requirements
소프트웨어 개발자

ClrProfiler-specific performance and memory requirements for CLR EventListener callbacks, GC event correlation, bounded channels, timer sampling, statistics values, callback dispatch, and Datadog or logger metric projection. Use when changing event ingestion,…

2026년 8월 6일
저장소 6개 중 6개 표시
모든 저장소를 표시했습니다