Skip to main content
GitHub リポジトリ

equipa

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

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

このリポジトリの skills

fp-check
情報セキュリティアナリスト

Systematically verifies suspected security bugs to eliminate false positives. Produces TRUE POSITIVE or FALSE POSITIVE verdicts with documented evidence for each bug.

2026-06-19
bootstrap-tests
ソフトウェア品質保証アナリスト・テスター

Create test infrastructure from scratch when none exists. Sets up pytest config, conftest.py, adds test dependencies, creates common fixtures, and ensures tests can run. Use when the project has no test infrastructure, when conftest.py is missing, or when test dependencies are not installed. Triggers: no tests found, pytest not configured, no conftest, missing test dependencies, cannot run tests.

2026-04-07
ghost-verification
情報セキュリティアナリスト

Verify whether a previously-resolved security finding is truly fixed or still present in the codebase. Used by ForgeSmith nightly review to detect ghost findings — security issues marked as resolved but still exploitable. Takes a finding description and code path as input; outputs a structured verdict with evidence. Triggers: nightly review, security finding verification, ghost finding check, resolved finding audit, security regression detection.

2026-03-31
architecture-review
ソフトウェア品質保証アナリスト・テスター

Systematic architectural assessment of code changes. Evaluates coupling, cohesion, SOLID principles, and common anti-patterns. Use when reviewing changes that add new modules, modify data flow, change API contracts, or introduce new dependencies. Triggers: architecture, coupling, cohesion, design, SOLID, anti-pattern, code smell, separation of concerns, dependency direction.

2026-03-05
change-impact-analysis
ソフトウェア品質保証アナリスト・テスター

Assess the blast radius of code changes — what could break, what downstream systems are affected, and whether the change is safe to merge. Use when reviewing PRs that modify shared code, change interfaces, update dependencies, or touch database schemas. Triggers: blast radius, breaking change, impact analysis, what could break, downstream, compatibility, migration, schema change.

2026-03-05
systematic-debugging
ソフトウェア開発者

Hypothesis-driven debugging with binary search, log analysis, and structured root cause analysis. Use when a bug report comes in, when tests fail for unknown reasons, or when you need to find and fix a runtime error. Triggers: bug, error, crash, failing test, root cause, stacktrace, traceback, exception, unexpected behavior, regression.

2026-03-05
codebase-navigation
ソフトウェア開発者

Systematic approach to understanding unfamiliar codebases quickly and finding change targets without analysis paralysis. Use when starting work on a new codebase, when you can't find the right file to modify, when you've spent more than 5 turns reading without writing, or when a project's structure is unclear. Triggers: unfamiliar codebase, can't find file, where does this live, analysis paralysis, reading too much.

2026-03-05
error-recovery
ソフトウェア開発者

Structured recovery strategies when builds break, tests fail, imports are missing, or you're stuck in a loop. Use when you encounter errors, test failures, build failures, dependency issues, or when you've attempted the same fix more than twice without success. Triggers: build failed, test failed, import error, stuck, error loop, dependency issue, compilation error, runtime error, same error twice.

2026-03-05
implementation-planning
プロジェクト管理専門家

Decompose complex tasks into small, verifiable steps with checkpoints. Use when a task involves multiple files, unclear requirements, architectural decisions, or when the task description is vague. Prevents the agent from attempting too much at once and losing track. Triggers: complex task, multi-file change, unclear requirements, where do I start, big feature.

2026-03-05
framework-detection
ソフトウェア品質保証アナリスト・テスター

Quickly identify the test framework, find the correct test command, and run tests in unfamiliar projects. Use when you don't know what test framework the project uses, when you can't find the test command, or when tests won't run. Triggers: find tests, test command, how to run tests, test framework, no tests found.

2026-03-05
test-generation
ソフトウェア品質保証アナリスト・テスター

Write effective tests when the project has no existing tests or when new code lacks test coverage. Use when the developer didn't write tests, when you need to verify new functionality, or when existing tests don't cover the changed code. Triggers: no tests, write tests, add tests, test coverage, need tests for.

2026-03-05