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

dokidoki

Control interactive BLE devices (scan/connect/playback/timeline) from terminal.

Registry SourceRecently Updated
Coding

code

Comprehensive code review assistant that analyzes code quality, identifies bugs, suggests improvements, and ensures adherence to best practices. Use when rev...

Registry SourceRecently Updated
Coding

Markdown Lint

Use this skill immediately when the user needs to: set up markdownlint-cli2 and pre-commit hooks in a repository, fix or batch-repair markdownlint errors lik...

Registry SourceRecently Updated