Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

forge

forge 收录了来自 harsh-chaudhary999 的 84 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
84
Stars
2
更新
2026-05-26
Forks
0
职业覆盖
9 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

benchmark
软件开发工程师

WHEN: You need to detect performance regressions before merge — TTFB, response time, bundle size. Run as part of forge-eval-gate or standalone before raising a PR.

2026-05-26
brain-forget
软件开发工程师

WHEN: A decision is being superseded, deprecated, or has aged out. Archive it without deletion — marks as warm→cold→archived with full audit trail.

2026-05-26
brain-link
软件开发工程师

WHEN: You are writing a new decision, superseding an old one, or querying relationships across decisions. Create semantic edges between decisions and link concepts across products/projects/time.

2026-05-26
brain-recall
软件开发工程师

WHEN: You are about to make a decision and need to check if prior art or past learnings exist. Recall decisions, patterns, and gotchas from the brain before proceeding.

2026-05-26
brain-why
软件开发工程师

WHEN: You need to trace the full provenance of a specific decision — who made it, when, why, and what alternatives were considered. Shows why, when, by whom, evidence, alternatives, outcome.

2026-05-26
brain-write
软件开发工程师

WHEN: You need to record a decision, lock a spec, log an eval run, or document learnings in the brain.

2026-05-26
canary
软件质量保证分析师与测试员

WHEN: A deploy has just completed and you need to monitor the live app for anomalies — console errors, screenshot regressions, unexpected responses. Run post-deploy, before marking deploy complete.

2026-05-26
contract-cache
软件开发工程师

WHEN: Council has identified cache design conflicts across surfaces and needs a locked contract. Negotiates key patterns, TTL strategy, invalidation, stampede prevention, serialization, and consistency model across all services.

2026-05-26
contract-schema-db
数据库架构师

WHEN: Council has identified database schema conflicts across services and needs a locked contract. Defines migrations, backward compatibility, indexing, constraints, and safe change procedures.

2026-05-26
eval-driver-android-adb
软件质量保证分析师与测试员

WHEN: qa-semantic-csv-orchestrate or run_semantic_csv_eval dispatches an automation step that requires Android app interaction. ADB + UIAutomator: connect(device_id), launch(package), tap(target), type(text), swipe(direction), assert_element(target), screenshot(), disconnect().

2026-05-26
eval-driver-ios-xctest
软件质量保证分析师与测试员

WHEN: qa-semantic-csv-orchestrate or run_semantic_csv_eval dispatches driver=ios-xctest. iOS via XCTest + xcrun simctl: connect(simulator_id), launch(bundle_id), tap(target), type(text), swipe(direction, element), assert_element(target), screenshot(), disconnect().

2026-05-26
forge-council-gate
项目管理专家

WHEN: A PRD has been locked by intake and needs Council negotiation. HARD-GATE: Every locked PRD goes through Council (4 surfaces + 5 contracts negotiated). No skipping.

2026-05-26
forge-intake-gate
项目管理专家

WHEN: A new PRD arrives for implementation. HARD-GATE: Every PRD goes through intake-interrogate; mandatory **lock fields** in prd-locked.md must be satisfied (confidence-first questioning allowed). Q9 design/UI lock mandatory when web, app, or user-visible UI is in scope. No skipping intake, no exceptions, no "trivial" PRDs.

2026-05-26
forge-tdd
软件开发工程师

WHEN: About to write any production code. HARD-GATE: Iron law - write test first, watch fail, write minimal code, watch pass. No exceptions.

2026-05-26
forge-verification
软件质量保证分析师与测试员

WHEN: About to claim implementation is complete or working. HARD-GATE: Run verification, see output, THEN claim success. Never "should pass", "confident", "should work".

2026-05-26
intake-interrogate
项目管理专家

WHEN: You've been given a PRD for a multi-repo product and need to lock scope, success criteria, and contracts. Confidence-first: pre-fill from PRD + product.md; variable number of user turns — stop as soon as mandatory lock fields are concrete and doubts are cleared (no fixed question count; two answers can resolve many latent doubts). Q4 registry + Q9 design gates unchanged when they apply; **Q10 implementation closure** (VCS reference, authoritative delivery boundary, implementation stack) when the ambiguity gate in Q10 applies.

2026-05-26
pr-set-coordinate
软件开发工程师

WHEN: Eval has passed and branches are ready to merge across multiple repos. Raise coordinated PRs in merge order with depends-on links. HARD-GATE: Wait for each merge before raising the next.

2026-05-26
qa-live-app
软件质量保证分析师与测试员

WHEN: A feature has shipped to staging or preview and you need to verify approved QA test cases against the live URL. Run after deployment, before sign-off.

2026-05-26
second-opinion-review
软件质量保证分析师与测试员

WHEN: Implementation or a plan is done and you want a structured second pass from another model or reviewer before merge — same repo, no new automation required.

2026-05-26
tech-plan-write-per-project
软件开发工程师

WHEN: Shared-dev-spec is frozen and per-project tech plans must be written before dev-implementer dispatch. Output: 1 maximal plan per repo with Section 1b detail, 1b.2a exploration, and Section 2 tasks fully elaborated.

2026-05-26
worktree-per-project-per-task
软件开发工程师

WHEN: About to start dev-implementer work on a multi-project product task. Creates fresh git worktrees for isolation, environment setup, and safe cleanup after eval passes/fails.

2026-05-26
conductor-orchestrate
项目管理专家

WHEN: PRD is locked. You are the master state machine orchestrating the entire forge workflow. Routes the task through all phases, tracks state, manages escalations, and coordinates subagents.

2026-05-14
contract-api-rest
软件开发工程师

WHEN: Council has identified REST API conflicts across surfaces and needs a locked contract. Negotiates versioning strategy, endpoint shape, error codes, auth, rate limits, idempotency, and deprecation across all consumer teams.

2026-05-14
eval-driver-api-http
软件质量保证分析师与测试员

WHEN: qa-semantic-csv-orchestrate or run_semantic_csv_eval dispatches an automation step that requires HTTP API request/response verification. Minimal HTTP driver: setup(config), call(method, path, body), verify(response, assertion), teardown().

2026-05-14
eval-driver-web-cdp
软件质量保证分析师与测试员

WHEN: qa-semantic-csv-orchestrate or run_semantic_csv_eval dispatches an automation step that requires web UI interaction or assertion. Chrome DevTools Protocol: launch(), navigate(), interact(click/type/scroll), screenshot(), getDOM(), teardown().

2026-05-14
forge-eval-gate
软件质量保证分析师与测试员

WHEN: Implementation is complete and PRs are ready to merge. HARD-GATE: Nothing merges without eval passing. E2E product eval is the final gate.

2026-05-14
forge-glossary
软件开发工程师

WHEN: You encounter an unfamiliar Forge term and need its canonical definition.

2026-05-14
qa-manual-test-cases-from-prd
软件质量保证分析师与测试员

WHEN: You need atomic manual QA test cases in CSV from a PRD plus optional existing suite and knowledge base, with estimation, reuse/deprecation tracking, review, and a final report — any product, any TMS.

2026-05-14
forge-writing-skills
软件开发工程师

WHEN: You need to write a new Forge skill or substantially improve an existing one. Methodology for skill authoring — TDD-for-skills workflow, pressure testing, persuasion-grounded design, rigor enforcement.

2026-05-14
learn
秘书和行政助理(法律、医疗和高管除外)

WHEN: You've discovered something worth capturing — a pattern, a gotcha, a process improvement — and want to preserve it so future sessions can benefit. Invoke at end of session or when asked to 'save this insight', 'capture learning', 'log lesson'.

2026-05-14
qa-branch-env-prep
软件质量保证分析师与测试员

WHEN: About to run QA eval and need to set up the execution environment. Determines run mode: URL-only (test against live URL), branch-local (checkout + start stack + run eval drivers), branch-code-validate (checkout + run repo test suite directly), or branch-tracking (record which branch is on a remote URL). Writes runtime env config for eval drivers.

2026-05-14
eval-product-stack-up
网络与计算机系统管理员

WHEN: Eval is about to run and the full product stack must be brought up first. Reads forge-product.md, starts services in dependency order, runs health checks, confirms stack is ready for eval scenarios.

2026-05-14
forge-trust-code
软件质量保证分析师与测试员

WHEN: Spec review is required after implementation. HARD-GATE: Spec-reviewer reads actual code, doesn't trust implementer report. Verify every claim.

2026-05-14
forge-worktree-gate
软件开发工程师

WHEN: About to start any implementation task. HARD-GATE: Every task gets fresh worktree (D30). No shared state, no cross-contamination.

2026-05-14
reasoning-as-app-frontend
软件开发工程师

WHEN: Council is reasoning about a PRD. You are the app perspective (React Native/Kotlin/Swift). Analyze the PRD for mobile UI, API endpoints, offline-first patterns, native constraints, push notifications, device storage, version compatibility, sync conflicts, and platform-specific data persistence.

2026-05-14
reasoning-as-infra
网络与计算机系统管理员

WHEN: Council is reasoning about a PRD. You are the infra perspective (MySQL/Redis/Kafka/ES). Analyze for database, caching, events, search, monitoring, scaling.

2026-05-14
deploy-driver-local-process
网络与计算机系统管理员

WHEN: Deployment target is a local process (any runtime — Node.js, Python, Go, Java, etc.). Provides start(project_path, script), health_check(port, endpoint), and stop(process_name).

2026-05-14
deploy-driver-systemd
网络与计算机系统管理员

WHEN: Deployment target is a Linux server managed by systemd. Functions: start(service_name), health_check(service_name), stop(service_name). Requires systemd unit files.

2026-05-14
eval-judge
软件质量保证分析师与测试员

WHEN: Phase 4.4 needs a final pass/fail verdict from qa/semantic-eval-manifest.json outcome + qa/semantic-eval-run.log (semantic CSV execution). Renders GREEN/RED/YELLOW.

2026-05-14
dream-resolve-inline
软件开发工程师

TIMING: During active development (before PR). WHEN: eval reveals cross-service conflict — two services disagree on contract, data format, or behavior. Dreamer analyzes both sides and proposes resolution.

2026-05-14
当前展示该仓库 Top 40 / 84 个已收集 skills。