ソース情報
- リポジトリ
- LedgerHQ/ts-libs
- ソースの最終更新活動
- 2026年7月17日 09:42
- 検出された SKILL.md の言語
- 英語
- スター
- 0
- フォーク
- 0
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/LedgerHQ/ts-libs --skill git-workflowコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SOC 職業分類に基づく
SKILL.md を表示中
| name | git-workflow |
| description | Git workflow, branch naming and commit conventions for ts-libs |
| Prefix | Use |
|---|---|
feat/ | New library or feature |
bugfix/ | Bug fix |
support/ | Refactor, CI, tooling, tests |
chore/ | Maintenance, config |
Examples: feat/add-errors-lib, bugfix/fix-logs-dispatch, support/update-nx
Rules: kebab-case, short, one concern per branch.
Always branch from and PR into develop. main is release-only (never commit directly).
Follow Conventional Commits:
<type>(<scope>): <description>
logs, ci, deps)| Type | When |
|---|---|
feat | New library or feature |
fix | Bug fix |
refactor | Restructure without behavior change |
test | Add/update tests |
docs | Documentation only |
chore | Tooling, config, deps |
ci | CI/CD changes |
perf | Performance improvement |
feat(logs): add LocalTracer.withUpdatedContext method
fix(errors): handle undefined message in serialize
refactor(logs): extract dispatch into separate module
test(logs): add listen/unsubscribe edge cases
chore(deps): bump typescript to 7.1.0
ci: add format check to pull_request workflow
--no-verify — fix the underlying hook failuredevelop before opening a PR