Skip to main content
Manusで任意のスキルを実行
ワンクリックで
GitHub リポジトリ

Focus-L-AIci

Focus-L-AIci には grey580 から収集した 33 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。

収集済み skills
33
Stars
2
更新
2026-05-16
Forks
1
職業カバレッジ
10 件の職業カテゴリ · 100% 分類済み
リポジトリエクスプローラー

このリポジトリの skills

acquire-codebase-knowledge
コンピュータシステムアナリスト

Map an unfamiliar repository into a usable working model by documenting stack, structure, architecture, integrations, testing, and known concerns.

2026-05-16
apply-dotnet-best-practices
ソフトウェア品質保証アナリスト・テスター

Review .NET and C# changes for maintainability, correctness, dependency injection hygiene, async behavior, logging, configuration, and testability.

2026-05-16
check-agent-owasp-compliance
情報セキュリティアナリスト

Review an agent system against the OWASP Agentic Security Initiative Top 10 so prompt injection, tool abuse, escalation, and audit gaps are found early.

2026-05-16
configure-codeql-scanning
情報セキュリティアナリスト

Plan or review CodeQL scanning so security analysis, workflow triggers, language coverage, and SARIF reporting fit the real repository structure.

2026-05-16
dashboard-card-architecture
ウェブ・デジタルインターフェースデザイナー

Build cleaner dashboard layouts with consistent cards, panels, and grid structure. Use when requests mention "split this card", "use more width", "make cards uniform", "panel layout", or "dashboard grid".

2026-05-16
dashboard-data-visualization-choice
ウェブ・デジタルインターフェースデザイナー

Choose charts, tables, KPI treatments, and visual emphasis that make dashboard data readable at a glance. Use when requests mention "chart choice", "KPI cards", "make the data clearer", "analytics dashboard", or "show trends better".

2026-05-16
dashboard-drilldown-and-controls
ウェブ開発者

Add responsive filters, controls, and drill-down paths so dashboards stay simple at first glance but deeper on demand. Use when requests mention "filters", "drill down", "responsive dashboard", "too much detail", or "users need control".

2026-05-16
dashboard-ux-hierarchy
ウェブ・デジタルインターフェースデザイナー

Design dashboards around the user's top takeaways, reading flow, and highest-signal metrics. Use when requests mention "dashboard layout", "visual hierarchy", "too much going on", "what should go first", or "make the dashboard clearer".

2026-05-16
design-agent-governance
情報セキュリティアナリスト

Apply policy controls, trust boundaries, threat detection, and audit logging so agent workflows stay safe and reviewable in production.

2026-05-16
generate-architecture-blueprint
ソフトウェア開発者

Create a durable architecture blueprint that explains system boundaries, component responsibilities, data flow, and cross-cutting patterns from the actual code.

2026-05-16
govern-memory-safely
データベースアーキテクト

Use duplicate detection, canonical resolution, merge, and governance queues so durable knowledge stays clean instead of drifting.

2026-05-16
instrument-app-insights-telemetry
ネットワーク・コンピュータシステム管理者

Add Azure Application Insights observability so the web platform emits useful health, error, and usage telemetry with a clear deployment path.

2026-05-16
investigate-static-asset-failures
ウェブ開発者

Trace missing CSS and JS quickly by verifying launch root, asset paths, MIME types, and browser-visible GET responses.

2026-05-16
manage-secret-scanning
情報セキュリティアナリスト

Set up or review secret scanning and push protection so exposed credentials are caught early and remediation stays operationally clear.

2026-05-16
optimize-sql-performance
データベースアーキテクト

Tune SQL queries and indexing strategy by focusing on query shape, predicate selectivity, join behavior, pagination, and real execution costs.

2026-05-16
orchestrate-ai-delivery-team
プロジェクト管理専門家

Structure planning, implementation, QA, and DevOps handoffs so larger AI-assisted projects keep context, accountability, and clear execution lanes.

2026-05-16
owasp-top-10
情報セキュリティアナリスト

OWASP Top 10 for Web Applications (2025) vulnerability knowledge base for identifying, assessing, and remediating security risks in web application environments - Brought to you by microsoft/hve-core.

2026-05-16
plan-dotnet-upgrade
ソフトウェア開発者

Plan a .NET framework or package upgrade in a staged way so target frameworks, package drift, build changes, and validation order stay manageable.

2026-05-16
plan-threat-model-analysis
情報セキュリティアナリスト

Build a practical threat model by mapping architecture, trust boundaries, attack surfaces, and prioritized risks before security work fragments into isolated findings.

2026-05-16
review-csharp-async-workflows
ソフトウェア品質保証アナリスト・テスター

Check async C# code for deadlock risks, blocking calls, weak cancellation flow, unnecessary allocations, and exception-handling mistakes.

2026-05-16
review-dotnet-design-patterns
ソフトウェア開発者

Inspect a C# area for design-pattern fit, separation of concerns, testability, and over-engineering without blindly adding abstractions.

2026-05-16
review-ef-core-data-access
ソフトウェア品質保証アナリスト・テスター

Review Entity Framework Core usage for query shape, tracking behavior, relationship mapping, migration safety, and common performance traps.

2026-05-16
review-endpoint-uninstall-and-recovery-flow
情報セキュリティアナリスト

Follow the Grey Canary endpoint removal workflow carefully so uninstall, recovery, and final cleanup stay aligned with prior decisions.

2026-05-16
review-microsoft-integration-work
コンプライアンスオフィサー

Use Microsoft wing knowledge, Entra memories, and governance signals to review identity and mailbox integration work consistently.

2026-05-16
review-sql-code-safety
データベースアーキテクト

Review SQL for injection risk, weak permissions, brittle schema decisions, unreadable query shape, and maintainability problems before performance tuning.

2026-05-16
review-web-design-quality
ウェブ・デジタルインターフェースデザイナー

Inspect a live page for layout, spacing, responsive, and accessibility issues, then trace the fixes back to the real source files.

2026-05-16
run-mcp-usability-pass
プロジェクト管理専門家

Exercise Focus the way an agent uses it: bootstrap, discovery, retrieval, governance, and duplicate-safe save flows.

2026-05-16
run-security-review
情報セキュリティアナリスト

Review code and configuration like a security researcher by tracing dangerous inputs, auth boundaries, dependency risk, secret exposure, and exploitable sinks.

2026-05-16
secure-by-design
情報セキュリティアナリスト

Secure by Design principles knowledge base for assessing adherence to security-first design, development, and deployment practices across the software lifecycle - Brought to you by microsoft/hve-core.

2026-05-16
test-web-application-flows
ソフトウェア品質保証アナリスト・テスター

Exercise a running web app like a user would so navigation, forms, console errors, screenshots, and regressions are checked in one pass.

2026-05-16
understand-focus-local-runtime-quirks
ネットワーク・コンピュータシステム管理者

Remember the local rules that usually matter first: content root, database target override, locked DLLs, and restart/test sequencing.

2026-05-16
work-as-web-coder
ウェブ開発者

Approach web changes with explicit attention to standards, accessibility, HTTP behavior, security, performance, and browser-visible outcomes.

2026-05-16
work-focus-first
ソフトウェア開発者

Use Focus as the first step for coding, debugging, and operations instead of starting from guesses or a cold code search.

2026-05-16