Track finance investment signal evolution and update logic based on new finance market information. Use when monitoring finance signals and determining if they are strengthened, weakened, or falsified.
48
51%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Low
Low-risk findings worth noting
Fix and improve this skill with Tessl
tessl review fix ./skills/alphaear-signal-tracker/SKILL.mdThis skill provides logic to track and update investment signals. It assesses how new market information impacts existing signals (Strengthened, Weakened, Falsified, or Unchanged).
YOU (the Agent) are the Tracker. Use the prompts in references/PROMPTS.md.
Workflow:
InvestmentSignal.Tools:
alphaear-search and alphaear-stock skills to gather the necessary data.scripts/fin_agent.py helper _sanitize_signal_output if needing to clean JSON.Key Logic:
Example Usage (Conceptual):
# This skill is currently a pattern extracted from FinAgent.
# In a future refactor, it should be a standalone utility class.
# For now, refer to `scripts/fin_agent.py`'s `track_signal` method implementation.agno (Agent framework)sqlite3 (built-in)Ensure DatabaseManager is initialized correctly.
853f09b
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.