search-plan

Search for Test Plans in HP Nova by various conditions such as title, plan code, status, owner, category, and keyword. Supports pagination and sorting. Use this skill whenever the user wants to find, search, or list Test Plans in Nova.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "search-plan" with this command: npx skills add xiaohanlin666/nova-skills/xiaohanlin666-nova-skills-search-plan

Search Plan Skill

Search for Test Plans in the HP Nova test management platform using the nova_search_plan MCP tool.

When to Use

Invoke this skill when the user says something like:

  • "Search for plans with title containing xxx"
  • "Find all Published plans in Nova"
  • "List plans owned by xxx"
  • "Show me all Draft test plans"
  • "Look up plan code PLNxxxxxx"
  • "Search plans by keyword"

Supported Query Parameters

ParameterDescriptionExample Values
titleFuzzy match on plan titlenova, regression
codeExact match on plan codePLN300000009
keywordFull-text keyword searchsmoke test
statusFilter by statusAll (default), Draft, Published, Revoked
ownerIdFilter by owner IDBjorn_Deng
ownerSiteFilter by owner's siteBJS, SHH
siteCodeFilter by site codeBJS
category1IdLevel-1 category ID
category2IdLevel-2 category ID
category3IdLevel-3 category ID
odmIdODM ID
isHpSiteHP site flag (boolean)true / false
pageNumPage number (default: 1)1, 2, 3
pageSizeResults per page (default: 10)10, 20, 50
titleSortSort by titleasc, desc
updateDateSortSort by last updated timeasc, desc

Behavior

  1. Extract query conditions from the user's natural language input and map them to the corresponding parameters.
  2. Call the nova_search_plan tool with the extracted parameters.
  3. Present the results in a clear Markdown table with columns: Plan Code, Title, Status, Owner, Category, Cases, and Last Updated.
  4. Show total count and current pagination info below the table.
  5. If there are more pages, ask the user whether they want to see the next page.
  6. If no results are found, inform the user politely and suggest relaxing the search criteria.

Output Format Example

Found N plan(s) (page X, page size 10):

#Plan CodeTitleStatusOwnerCategoryCasesLast Updated
1PLN300000009Nova TestPublishedBjorn_DengFunction Test232026-01-27

Total N result(s), page X of Y. Would you like to see the next page?

Notes

  • status defaults to All; omit it if the user does not specify a status filter.
  • Only pass parameters explicitly provided or clearly implied by the user; leave all others at their defaults.
  • The same plan code may appear multiple times due to different versions — this is expected behavior.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

search-obs

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

github-tools

Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.

Archived SourceRecently Updated
Coding

openclaw-version-monitor

监控 OpenClaw GitHub 版本更新,获取最新版本发布说明,翻译成中文, 并推送到 Telegram 和 Feishu。用于:(1) 定时检查版本更新 (2) 推送版本更新通知 (3) 生成中文版发布说明

Archived SourceRecently Updated
Coding

ask-claude

Delegate a task to Claude Code CLI and immediately report the result back in chat. Supports persistent sessions with full context memory. Safe execution: no data exfiltration, no external calls, file operations confined to workspace. Use when the user asks to run Claude, delegate a coding task, continue a previous Claude session, or any task benefiting from Claude Code's tools (file editing, code analysis, bash, etc.).

Archived SourceRecently Updated