Skip to main content
在 Manus 中运行任何 Skill
一键导入
rajbos
GitHub 创作者资料

rajbos

按仓库查看 3 个 GitHub 仓库中的 29 个已收集 skills。

已收集 skills
29
仓库
3
更新
2026-07-18
仓库浏览

仓库与代表性 skills

validate-editor-names
软件开发工程师

Find all hardcoded path-to-editor-name mappings in the CLI (cli/src/analysis.ts::getEditorSourceFromPath) and VS Code extension (src/workspaceHelpers.ts::getEditorTypeFromPath), verify they return matching friendly display names for the same path patterns, and confirm every CLI-returned name appears in the EDITOR_ICON_MAP in formatUtils.ts. Use after adding a new editor adapter, after CLI changes, or if JetBrains/other CLI-based consumers show raw editor keys instead of friendly names.

2026-07-18
validate-app-db-schema
软件开发工程师

Validate that ~/.copilot/data.db has the required schema for session hierarchy (workspace_parent_links, workspaces, sessions tables and columns). Runs an actual today's-data query so schema regressions are caught early. Use when data.db schema changes may have broken hierarchy enrichment, or on a periodic schedule to detect breaking changes.

2026-07-06
validate-editor-names
软件开发工程师

Find all hardcoded path-to-editor-name mappings in the CLI (cli/src/analysis.ts::getEditorSourceFromPath) and VS Code extension (src/workspaceHelpers.ts::getEditorTypeFromPath), verify they return matching friendly display names for the same path patterns, and confirm every CLI-returned name appears in the EDITOR_ICON_MAP in formatUtils.ts. Use after adding a new editor adapter, after CLI changes, or if JetBrains/other CLI-based consumers show raw editor keys instead of friendly names.

2026-07-06
validate-model-pricing
软件开发工程师

Find all model IDs referenced in local AI-coding session log files and debug logs, then compare them against the keys in src/modelPricing.json. Reports models found in logs that have no pricing entry (unknown — informational only) and pricing entries never observed locally (unused). Use after adding a new model to modelPricing.json, after seeing unexpected cost attributions, or to discover which new models have appeared in recent sessions. Depends on file discovery patterns from the validate-session-schemas skill.

2026-07-06
validate-session-schemas
软件开发工程师

Loop over recent local AI-coding session log files for every supported file-based platform (Copilot Chat, Copilot CLI, JetBrains, Claude Code, Gemini CLI, Antigravity, OpenCode) and validate they still match the documented schema, while surfacing newly-discovered fields we could start using. Use after an editor/CLI update, when adding a parser, or on a schedule to catch schema drift early.

2026-07-06
validate-app-db-schema
软件开发工程师

Validate that ~/.copilot/data.db has the required schema for session hierarchy (workspace_parent_links, workspaces, sessions tables and columns). Runs an actual today's-data query so schema regressions are caught early. Use when data.db schema changes may have broken hierarchy enrichment, or on a periodic schedule to detect breaking changes.

2026-07-06
validate-model-pricing
软件开发工程师

Find all model IDs referenced in local AI-coding session log files and debug logs, then compare them against the keys in src/modelPricing.json. Reports models found in logs that have no pricing entry (unknown — informational only) and pricing entries never observed locally (unused). Use after adding a new model to modelPricing.json, after seeing unexpected cost attributions, or to discover which new models have appeared in recent sessions. Depends on file discovery patterns from the validate-session-schemas skill.

2026-07-06
validate-session-schemas
软件开发工程师

Loop over recent local AI-coding session log files for every supported file-based platform (Copilot Chat, Copilot CLI, JetBrains, Claude Code, Gemini CLI, Antigravity, OpenCode) and validate they still match the documented schema, while surfacing newly-discovered fields we could start using. Use after an editor/CLI update, when adding a parser, or on a schedule to catch schema drift early.

2026-07-06
当前展示该仓库 Top 8 / 22 个已收集 skills。
check-db
数据库架构师

Inspect the live Jarvis SQLite database to check the schema migration version and list all tables. Use this when verifying a migration ran correctly, checking what tables exist before writing a new migration, confirming the user_version matches the expected schema, or debugging "table not found" errors at runtime.

2026-07-06
onenote-caching
软件开发工程师

Cache live OneNote notebook pages from SharePoint via COM API with automatic fallback to local backup files. Use this when adding OneNote pages to groups, debugging cache misses, or handling large notebook hierarchies that exceed buffer limits.

2026-07-06
project-budget-actuals
财务和投资分析师

Query customer project information and budget/actuals data. Retrieve linked projects, budgets, costs, and financial status for any customer group. Use this when analyzing project economics, budget tracking, or cost performance for customer engagements.

2026-07-06
project-budget-actuals
项目管理专家

Query customer project information and budget/actuals data. Retrieve linked projects, budgets, costs, and financial status for any customer group. Use this when analyzing project economics, budget tracking, or cost performance for customer engagements.

2026-06-03
onenote-caching
软件开发工程师

Cache live OneNote notebook pages from SharePoint via COM API with automatic fallback to local backup files. Use this when adding OneNote pages to groups, debugging cache misses, or handling large notebook hierarchies that exceed buffer limits.

2026-05-27
check-db
网络与计算机系统管理员

Inspect the live Jarvis SQLite database to check the schema migration version and list all tables. Use this when verifying a migration ran correctly, checking what tables exist before writing a new migration, confirming the user_version matches the expected schema, or debugging "table not found" errors at runtime.

2026-03-16
已展示 3 / 3 个仓库
已展示全部仓库