Skip to main content
smileynet
GitHub クリエイタープロフィール

smileynet

6 件の GitHub リポジトリにある 104 件の収集済み skills をリポジトリ単位で表示します。

収集済み skills
104
リポジトリ
6
更新
2026-08-01
リポジトリエクスプローラー

リポジトリと代表的な skills

dispatch-codex-review
ソフトウェア品質保証アナリスト・テスター

Dispatch Codex to review all unreviewed repository work, then verify its correlated findings ticket or clean result. Use when requesting an independent Codex review, auditing all changes, checking work since the last review, or waiting for Codex findings. Trigger: dispatch codex review, independent review, review all changes, check codex findings, run review agent.

2026-08-01
frontier-work
その他コンピュータ職

Always-on: when a project has tickets, work the frontier (first unblocked open ticket), mark done, update plan status.

2026-08-01
review-new-work
ソフトウェア品質保証アナリスト・テスター

Incremental and full-history repository review with resumable adoption batches. Use when reviewing new work, initializing review tracking, reviewing all work to date, resuming historical review, inspecting unreviewed commits, or reviewing changed tickets. Trigger: review new work, adopt repository, review all history, resume review, review marker, unreviewed commits.

2026-08-01
handoff
ソフトウェア開発者

End-of-session handoff that captures current state for the next session. Use when ending a work session, switching context, or before a long break.

2026-08-01
project-cleanup
ソフトウェア開発者

Consolidate project artifacts — promote scratch to memory, deduplicate memory, process decisions, organize scripts, update steering/skills accuracy. Use periodically or when the project feels cluttered.

2026-08-01
eval-harness
ソフトウェア品質保証アナリスト・テスター

Run and interpret crew-research evals — run.sh flags, scores.jsonl fields, activation TPR/FPR verdicts, resuming interrupted runs. Use when running evals, reading eval results, diagnosing a failing definition, or resuming a dead run. Trigger: run the evals, eval results, scores.jsonl, activation test, TPR, delta threshold, resume the run, skip-completed, known gap.

2026-07-31
script-authoring
ソフトウェア開発者

Best practices for writing tool and helper scripts. Use when creating bash scripts, automation tools, CLI utilities, or any executable that will be run repeatedly by humans or agents.

2026-07-28
image-handling
ソフトウェア開発者

How to process images in kiro-cli sessions — kiro-cli vs Claude multimodal limits, sizing, and the fresh-session workaround for context compaction losing inline images.

2026-07-27
このリポジトリの収集済み skills 65 件中、上位 8 件を表示しています。
adr-authoring
ソフトウェア開発者

Write Architecture Decision Records when making significant technical choices. Use when selecting tools, patterns, frameworks, or making structural changes that future developers need to understand.

2026-05-17
agents-md-authoring
ソフトウェア開発者

Write AGENTS.md files that serve as operating contracts for AI agents. Use when creating or updating AGENTS.md for a project. Trigger terms: AGENTS.md, agent instructions, agent contract, agent configuration, coding agent setup.

2026-05-17
changelog-discipline
ソフトウェア開発者

Quality rules for changelog entries. Use when validating, writing, or reviewing changelog content to ensure user-facing value communication.

2026-05-17
completion-protocol
ソフトウェア開発者

Task completion sequence including verification, git, signaling, and handoff. Use when finishing a task or reporting status.

2026-05-17
diagrams
ソフトウェア開発者

Architecture diagrams for documentation. Covers ASCII, Mermaid, C4, and D2. Applies C4 methodology by default. Trigger terms: diagram, flowchart, architecture diagram, sequence diagram, C4, mermaid, ascii diagram.

2026-05-17
diataxis-classification
ソフトウェア開発者

Classify documentation by audience and content type. Use when planning, auditing, or placing project documentation.

2026-05-17
docs-audit
ソフトウェア開発者

Audit project documentation for quality, completeness, and freshness. Use when assessing documentation health, planning cleanup, or measuring improvement.

2026-05-17
document-formats
ソフトウェア開発者

Markup language selection for documentation. Covers Markdown, AsciiDoc, reStructuredText, and Typst. Trigger terms: asciidoc, restructuredtext, rst, typst, document format, multi-format, PDF output.

2026-05-17
このリポジトリの収集済み skills 19 件中、上位 8 件を表示しています。
code-antipatterns
ソフトウェア品質保証アナリスト・テスター

Antipattern catalog with categorized patterns, symptoms, examples, and fixes. Use when reviewing code for quality issues, detecting bad patterns during plan-audit or scope, evaluating whether a pattern is an antipattern or acceptable tradeoff, or fixing existing code smells. Covers surprise, misuse, complexity, and premature antipattern categories with severity classification.

2026-02-24
code-naming
ソフトウェア開発者

Naming decisions for variables, functions, classes, constants, and APIs. Use when choosing names, reviewing naming quality, refactoring unclear names, or establishing naming conventions. Covers descriptive naming, naming as documentation, language-specific conventions, and common naming antipatterns.

2026-02-24
code-plan-audit
ソフトウェア品質保証アナリスト・テスター

Plan quality auditing with completeness scorecard, antipattern risk detection, and readiness checks. Use when auditing implementation plans, evaluating plan completeness, checking error handling strategy, assessing naming and readability pre-checks, reviewing testing strategy, evaluating tradeoff documentation, or running plan-audit on a software project. Covers the 10-point completeness scorecard, code quality pre-checks, antipattern risk assessment, and build-readiness decision.

2026-02-24
code-pruning
ソフトウェア開発者

Dead code detection strategies, safe removal processes, dependency pruning, and bloat metrics for systematically reducing codebase dead weight. Use when evaluating codebase health during architecture-audit, performing cleanup during cook, reviewing unused dependencies, removing commented-out code, or measuring code bloat.

2026-02-24
code-quality-foundations
ソフトウェア開発者

Code quality pillars, goals, abstraction layers, and tradeoff thinking. Use when evaluating code quality, setting quality goals, choosing abstraction levels, making design tradeoffs, or auditing code against quality pillars. Covers readability, modularity, testability, reusability, and the principle of least astonishment.

2026-02-24
code-readability
ソフトウェア開発者

Code readability patterns covering comments, function decomposition, nesting, naming conventions, and code structure. Use when evaluating whether code is easy to understand, deciding when and how to write comments, decomposing functions, reducing nesting depth, improving code structure, or reviewing code for readability. Covers comment strategy, function length, abstraction level mixing, nesting reduction, anonymous function readability, and making bad code visually obvious.

2026-02-24
code-review
ソフトウェア品質保証アナリスト・テスター

Code review process, effective feedback, PR best practices, team working agreements, review automation, AI-augmented review, and review antipatterns. Use when reviewing code, preparing PRs, giving review feedback, setting up review processes, writing review comments, or conducting code reviews during serve phase.

2026-02-24
code-scope-boundaries
ソフトウェア開発者

Project-level scope analysis for evaluating whether a project has exceeded its useful boundaries, needs splitting, or is experiencing scope creep. Use when evaluating project structure, considering whether to split a project, assessing feature belonging, or when projects feel too large or unfocused during brainstorm, scope, or architecture review. Covers cohesion test at project level, feature belonging assessment, scope creep detection, split-vs-keep decision framework, and safe splitting patterns.

2026-02-24
このリポジトリの収集済み skills 13 件中、上位 8 件を表示しています。
6 件中 6 件のリポジトリを表示
すべてのリポジトリを表示しました