-
Notifications
You must be signed in to change notification settings - Fork 11
feat: update research skills part 9 #55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
markusha77
merged 2 commits into
ChatAndBuild:main
from
sixiang-svg:update-research-part-9
Mar 25, 2026
Merged
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,20 +1,32 @@ | ||
| --- | ||
| id: tides | ||
| name: Tides | ||
| description: Step-by-step guidance for tides. | ||
| description: Step-by-step guidance for tidal data analysis, prediction workflows, and coastal research practices. | ||
| category: Research | ||
| requires: [] | ||
| examples: | ||
| - When is the next high tide in San Francisco Bay? | ||
| - Provide a tide chart for the coast of Maine for the upcoming week. | ||
| --- | ||
|
|
||
| # Tides | ||
|
|
||
| Support tides workflows with clear steps and best practices. | ||
|
|
||
| ## When to Use | ||
| ## Instruction | ||
| - Identify the target geographic location or specific tidal station ID for analysis. | ||
| - Retrieve tidal height predictions and historical observations from authoritative maritime databases. | ||
| - Analyze tidal cycles to identify the exact times and heights of high tide, low tide, and Slack water. | ||
| - Account for local datum shifts (e.g., MLLW, MSL) to ensure consistency in depth measurements. | ||
| - Correlate tidal data with lunar phases and meteorological factors (e.g., storm surges) to assess potential flooding risks. | ||
| - Provide step-by-step guidance for integrating tidal charts into coastal research or navigation planning. | ||
|
|
||
| - You need help with tides. | ||
| - You want a clear, actionable next step. | ||
| ## When to Use | ||
| - When planning coastal field research, maritime navigation, or coastal engineering projects. | ||
| - When needing precise high/low tide schedules for specific global ports or coastal segments. | ||
| - When assessing environmental impacts and sediment transport patterns influenced by tidal cycles. | ||
|
|
||
| ## Output | ||
|
|
||
| - Summary of goals and plan | ||
| - Key tips and precautions | ||
| - A comprehensive tidal forecast report including peak times and height estimates. | ||
| - Visualized tidal curves or charts for the requested time window. | ||
| - Actionable safety precautions and optimal time windows for coastal activities. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This skill covers software regression testing workflows, which is clearly a
developmentcategory skill — notresearch. The same misclassification applies to several other skills in this PR:skills/Research/tracking-regression-tests/SKILL.md:6—category: Research→ should bedevelopmentskills/Research/update-flaky-tests/SKILL.md:6—category: Research→ should bedevelopmentskills/Research/uv-global/SKILL.md:6—category: Research→ should bedevelopmentskills/Research/wiring/SKILL.md:6—category: Research→ should bedevelopmentAll four skills describe developer tooling, test management, package management, or frontend architecture patterns — none of which belong in the
researchcategory. Using the wrong category will cause these skills to surface incorrectly in category-filtered searches.